Anti Grief?
6 replies [Last post]
xeekkcnook's picture
xeekkcnook
WoM Member
Members
Joined: 02/16/2010
Last seen: 1 year 50 weeks ago
Points: 0
0 votes

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's picture
Jon
WoM Member
Members
Joined: 10/22/2009
Last seen: 1 year 2 weeks ago
Points: 10
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's picture
dag
WoM Member
Members
Joined: 03/01/2010
Last seen: 1 year 1 week ago
Points: 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's picture
Jon
WoM Member
Members
Joined: 10/22/2009
Last seen: 1 year 2 weeks ago
Points: 10
He's not talking about the

He's not talking about the client...

loky_stoja's picture
loky_stoja
WoM Member
Members
Joined: 09/02/2010
Last seen: 37 weeks 3 days ago
Points: 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's picture
adonis
WoM Member
Members
Joined: 03/08/2010
Last seen: 1 year 46 weeks ago
Points: 0
I can probably code it

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

hugecannon's picture
hugecannon
WoM Member
Members
Joined: 09/08/2010
Last seen: 1 year 21 weeks ago
Points: -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..