[MOD] Add a new server.properties features! allow-end: true/false

Discussion in 'Bukkit Discussion' started by codename_B, Dec 8, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    codename_B

    This is a modified classfile corresponding to my pull request here: https://github.com/Bukkit/CraftBukkit/pull/579 https://github.com/Bukkit/CraftBukkit/pull/581

    Basically all you need to do is open up your Craftbukkit.jar (1.0.0 only) in your favourite zip editor and replace net.minecraft.server.MinecraftServer.class with my modified MinecraftServer (in the .zip attached here)!

    Need any help? I'm more than happy to help out, this doesn't do much, but it does so much.

    http://dl.dropbox.com/u/30335694/MinecraftServer.zip
     

    Attached Files:

    Lunar Delta and dwi like this.
  2. Offline

    Korrosive

    Maybe included in the next build?

    Thank you btw.
     
  3. Offline

    codename_B

    It really depends in my pull request gets pulled, there's a slim chance we might get it in bukkit before it's added to minecraft, which is why I'm making it available here to start with.
     
  4. Offline

    Lunar Delta

    Works awesomely. You rawk!
     
  5. Offline

    codename_B

    Last edited by a moderator: May 22, 2016
  6. Offline

    spunkiie

    this is fuckin' great

    #1562

    java.lang.NoClassDefFoundError: org/bukkit/command/RemoteConsoleCommandSender
    at org.bukkit.craftbukkit.Main.main(Main.java:134)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.command.RemoteConsoleCommandSender
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 1 more

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  7. Offline

    codename_B

    Will look into, thanks.
     
  8. Offline

    Killburner

    Nice work again. I'm surprised Notch/Jeb didn't think about this beforehand, since there are a 'few' mp servers out there.

    <not suprised>

    On a related note, I watched in horror as 5 dragons destroyed my private server. Time to remove my kids /spawnmob perms :D Thank god for backups!
     
  9. Offline

    jorisk322

    YAY AWESOME. I need this!
     
  10. Offline

    Vhab

    Craftbukkit Bukkit
    [CraftBukkit] git.io/8_k-jw Erik Broes - Implemented CraftServer.getAllowEnd(). Thanks codename-B!
     
  11. It was implemented :D
     
Thread Status:
Not open for further replies.

Share This Page