Anti Grief?
6 replies [Last post]
xeekkcnook
WoM Member
Members
WoM Member: 14275
WoM Coins: 0

I'm sure this has been asked before but I can't find it. How did you guys make it so that when one tries to delete a block, it comes back? I need this for just this morning my sister and I had just created a football stadium but the instant she logged off someone came in and had their way with it. What would I do to go about getting this anti grief system going?

Much Appreciated!

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
The World of Minecraft server

The World of Minecraft server software is closed source and is not open to the public. You will have to code the script yourself.

dag
WoM Member
Members
WoM Member: 16375
WoM Coins: 2
Java jar files are

Java jar files are decompilable. I'm pretty sure that the comments remain intact as well. I don't believe .class files are decompilable however.

Just decompile the server, recode parts of the Java, and recompile it.
The thing that's tricky with Java is that even though one may not open source it, the source code is still accessable.

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
He's not talking about the

He's not talking about the client...

loky_stoja
WoM Member
Members
WoM Member: 60579
WoM Coins: 0
I have an server and I need

I have an server and I need to now how to put that when someone tries to delete the block,block come back.

P.S. Sorry form my bad english

adonis
WoM Member
Members
WoM Member: 18682
WoM Coins: 0
I can probably code it

I can probably code it xeekkcnook.
It shouldn't be that hard.

hugecannon
WoM Member
Members
WoM Member: 64190
WoM Coins: -1
The server files are .class too.

The server files are compiled as well though so you can't rewrite parts of the server either..