Changing the way Spawn is protected.

Discussion in 'Plugin Development' started by Kierrow, Sep 6, 2011.

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

    Kierrow

    Hi,

    the spawn of our server is protected (i guess by Bukkit itself), but non of our users or moderators and not even the admin is an official moderator. we've got our own system for that and we sure won't change it. Problem is, since spawn can only be modified my moderators or higher, I was wondering if I could disable the spawn protection and perhabs overwrite it with my own plugin..?

    -Kierrow
     
  2. Offline

    Pencil

    look in server.properties there is an option for spawn protection.
     
  3. Offline

    Kierrow

    I thought so too, but there isn't.
    Could I perhaps just add it? - What's the actual name of the Property?

    edit:
    This is what it currently looks like:
    Code:
    #Minecraft server properties
    #Mon Aug 15 07:13:19 CEST 2011
    allow-nether=true
    view-distance=10
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    pvp=true
    level-seed=
    allow-flight=false
    white-list=false
    hellworld=false
    server-ip=0.0.0.0
    server-port=25579
    max-players=6
    level-name=world
    -Kierrow
     
  4. Offline

    Pencil

    Ohwait I think since build x its in the bukkit.yml now :D Try that :)
     
  5. Offline

    Kierrow

    thank you, i did not think of that =D
     
  6. Offline

    Pencil

    Np :) I don't really understand why they moved it :/
     
  7. Offline

    desht

    server.properties contains the core Minecraft server settings. spawn-radius is a Bukkit extension so it's in bukkit.yml.
     
  8. Offline

    Pencil

    :confused: really? I always thought it's notchian code :p
     
Thread Status:
Not open for further replies.

Share This Page