The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    RedFox134

    I'm running essentials and the part where you can change the rules for /rules won't let me edit it. As in when I change it the server say it can't load the essentials.jar. I believe that I read the "notes" section correctly on how to inplement ' as in don't, but it still says something is wrong. I was wondering how I could change the rules and still be able to run essentials. Below is the cmd prompt it gives me and my config file. Thank you in advance.
    Code:
    2011-08-28 14:27:39 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-28 14:27:39 [WARNING] **** NOT ENOUGH RAM!
    2011-08-28 14:27:39 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-08-28 14:27:39 [INFO] Loading properties
    2011-08-28 14:27:39 [INFO] Starting Minecraft server on *:25565
    2011-08-28 14:27:39 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-28 14:27:39 [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    while parsing a block collection
     in "<reader>", line 105, column 3:
          - '[1] No Griefing or Stealing'
          ^
    expected <block end>, but found FlowSequenceStart
     in "<reader>", line 106, column 7:
          - ''[2] Mod''s are allowed''
              ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:82)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 14:27:39 [SEVERE] Could not load 'plugins\EssentialsChat.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 14:27:39 [SEVERE] Could not load 'plugins\EssentialsGeoIP.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 14:27:40 [SEVERE] Could not load 'plugins\EssentialsProtect.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 14:27:40 [SEVERE] Could not load 'plugins\EssentialsSpawn.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-28 14:27:40 [INFO] Preparing level "world"
    2011-08-28 14:27:40 [INFO] Preparing start region for level 0 (Seed: -472060089480648476)
    2011-08-28 14:27:41 [INFO] Preparing spawn area: 52%
    2011-08-28 14:27:41 [INFO] Preparing start region for level 1 (Seed: -472060089480648476)
    2011-08-28 14:27:42 [INFO] Preparing spawn area: 20%
    2011-08-28 14:27:43 [INFO] Preparing spawn area: 89%
    2011-08-28 14:27:43 [INFO] CraftBukkitUpToDate version 2.6.1 is enabled!
    2011-08-28 14:27:43 [INFO] Fake Permissions version 2.7.2 is enabled!
    2011-08-28 14:27:43 [SEVERE] Error occurred while enabling GroupManager v1.0(alpha-5) [Zombie-Version] (Is it up to date?): The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:477)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:358)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:68)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:63)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:56)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:75)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: while scanning a simple key
     in "<reader>", line 79, column 5:
            -builder
            ^
    could not found expected ':'
     in "<reader>", line 80, column 5:
            info:
            ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
        at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:472)
        ... 15 more
    2011-08-28 14:27:43 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-08-28 14:27:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-28 14:27:43 [INFO] Done (0.373s)! For help, type "help" or "?"
    2011-08-28 14:27:44 [INFO] CButD: CraftBukkit is up to Date
    2011-08-28 14:27:48 [INFO] Stopping the server..
    2011-08-28 14:27:48 [INFO] Stopping server
    2011-08-28 14:27:48 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version] is disabled!
    2011-08-28 14:27:48 [INFO] [VanishNoPickup] 1.9.12 disabled.
    2011-08-28 14:27:48 [INFO] Fake Permissions version 2.7.2 is disabled!
    2011-08-28 14:27:48 [INFO] Saving chunks
    2011-08-28 14:27:49 [INFO] Stopping server
    2011-08-28 14:27:49 [INFO] Saving chunks
    
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                       Notes                          | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #   - No tabs are present: YAML only allows spaces
    #   - Indents are correct: YAML heirarchy is based entirely on indentation
    #   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #   - List items are prefixed with a hyphen and indented:
    #       lists:
    #         - look like this
    #       not:
    #       - like this
    #   - Text with symbols is enclosed in single or double quotation marks
    #   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #   - You have saved the document as UTF-8, NOT the default, ANSI
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'c'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
    
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
    
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # infront of the line
    #add-prefix-suffix: false
    
    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 0
    
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 0
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64
    
    # What to prevent from /i /give
    # e.g item-spawn-blacklist:
    item-spawn-blacklist:
    
    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
    reclaim-onlogout: false
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: true
      folder: nether
      portals-enabled: true
      generate-exit-portals: false
      ratio: 16
    
    # Mob limit on spawnmob
    spawnmob-limit: 100
    
    #Shall we notify users when using /lightning
    warn-on-smite: true
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cWelcome, {PLAYER}&c!'
      - '&fType &c/help&f for a list of commands.'
      - 'Currently online: {PLAYERLIST}'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] No Griefing or Stealing'
      - ''[2] Mod''s are allowed''
      - '[3] Respect other Players, Admins are people too'
      - '[4] Breaking ANY of the rules will result in Consequences'
    
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    # - nick
    
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - back
      - back.ondeath
      - balance
      - clearinventory
      - compass
      - depth
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
      - kit
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - nick
      - pay
      - ping
      - portal
      - powertool
      - protect
      - r
      - rules
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.free
      - signs.use.heal
      - signs.use.mail
      - signs.use.protection
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
      - xmpp
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      tools:
        delay: 10
        items:
          - 277 1
          - 278 1
          - 279 1
    
    # Disable all signs
    signs-disabled: false
    
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 60
      # Add a command that backups your data, e.g.
      # command: 'rdiff-backup World1 backups/World1'
    
    # Set this true to enable permission per warp.
    per-warp-permission: true
    
    # Sort output of /list command by groups
    sort-list-by-groups: true
    
    # More output to the console
    debug: true
    
    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    # Don't forget to remove the # infront of the line
    #locale: de_DE
    
    #turn off god mode when people exit
    remove-god-on-disconnect: false
    
    # Use the permission system of bukkit
    # This only works if no other permission plugins are installed
    use-bukkit-permissions: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: true
    
    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: true
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 1500
    
    # worth-# defines the value of an item when it is sold to the server via /sell.
    # These are now defined in worth.yml
    
    # Defines the cost to use the given commands PER USE
    command-costs:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
      #kit-tools: 1500
    
    # Set this to a currency symbol you want to use.
    currency-symbol: '$'
    
    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000
    
    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHelp                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    #Show other plugins commands in help
    non-ess-in-help: true
    
    #Hide plugins which dont give a permission
    #You can override a true value here for a single plugin by adding a permission to a user/group.
    #The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
    #You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
    hide-permissionless-help: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    chat:
      radius: 0
    
      # If set to the default chat format which "should" be compatible with ichat.
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats, uncomment to enable:
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
    
    protect:
      # Database settings for sign/rail protection
      # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
      # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
    
      # mysql, sqlite or none
      datatype: 'sqlite'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'root'
      password: 'root'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
      # For which block types would you like to be alerted?
      # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
      alert:
        on-placement:
        on-use:
        on-break:
    
      # Users cannot PLACE these types of blocks/items.
      # < 255 designates a BLOCK
      # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
      blacklist:
        placement:
        usage:
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
    
        # Which blocks should not be pushed by pistons
        piston:
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: false
        lava-fire-spread: false
        flint-fire: false
        lightning-fire-spread: false
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          chicken: false
          cow: false
          creeper: false
          ghast: false
          giant: false
          monster: false
          pig: false
          pig_zombie: false
          sheep: false
          skeleton: false
          slime: false
          spider: false
          squid: false
          zombie: false
          wolf: false
    
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
    
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
    
        # Prevent users from destroying rails
        rails: true
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
       # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: true
    
        #Store blocks / signs in memory before writing
        memstore: false
    
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
    
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: false
    
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
    
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
    
        # Should arrow damage be disabled
        projectiles: false
    
        # This will disable damage from touching cacti.
        contactdmg: false
    
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
    
        # Should the damage after hit by a lightning be disabled?
        lightning: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
        # Should people with build: false in permissions be allowed to use items
        # Set true to disable useing for those people
        use: true
    
        #Should we tell people they are not allowed to build
        warn-on-build-disallow: true
    
        #disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                    New Players                       | #
    # +------------------------------------------------------+ #
    ############################################################
    
    newbies:
      # Should we announce to the server when someone logs in for the first time?
      # If so, use this format, replacing {DISPLAYNAME} with the player name.
      # If not, set to ''
      #announce-format: ''
      announce-format: '&dWelcome {DISPLAYNAME} to the server!'
    
      # When we spawn for the first time, which spawnpoint do we use?
      # Set to "none" if you want to use the spawn point of the world.
      spawnpoint: newbies
    
    # End of File <-- No seriously, you're done with configuration.
    
    *EDIT: When I run the server with no rules in the config the server loads essentials.jar. I'm guessing that I'm not writing the rules correctly in the config file. I would appreciate it if someone could tell me how to correctly write it in thank you.

    *EDIT: Some information about the server:
    OS: Windows XP SP3
    Ram:512MB
    Bukkit Version:980 (Not sure on this just an assumption from the cmd prompt line ex:15:27:40 [info] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3))
     
  2. Offline

    Mapatti

    @RedFox134 You have 'rulehere' at first line while it should be "rulehere".
    So just basic format error.
     
  3. Offline

    Retricide

    Ah, well regardless, take note of my other suggestions and impement the ones you see fit.
    They should abate, to some degree, your memory leakage problem.

    Cheers
     
  4. Offline

    Marco van Dijk

    Yea, i did set-up mysql now. I also deleted memtest with it, cause i know i will look every 5 minutes to check if the server isnt running low on memory. I will make my server public in 2 days, so i'll see if the memory problem still persists. Strange though, that i didnt ahve the memory problem when i ran the server on my own PC.

    Thanks for the quick help.
     
  5. Offline

    RedFox134

    Thanks! I was guessing it had something to do with the format, but I couldn't figure it out lol.
     
  6. Offline

    HannahD

    I know my question might have made it sound like I know what I'm doing but I really don't have a clue. I looked on the website for essentials to figure out how to write the rules.

    I was told that essentials was the best to use because it can do so many things without requireing alot of mods. For example I would like to have an economy and I have seen examples of that with people just using essentials. I was also told that commandbook was needed to help prevent griefing. I also see it on your recommended list.

    So I guess my new question(s) is do you mean delete commandbook or just the config file? Also will I need any other mods to properly protect my server from griefers?

    Thank you
     
  7. Offline

    Retricide

    @HannahD

    CommandBook is not an antigrief-plugin. Essentials encompasses all CommandBook commands, plus more.
    I use essentials, because it fits my needs and I can configure other plugins around it, though CommandBook is good as well.

    Stay with essentials if you have it, but remove commandbook.jar completely.

    Essentials will simulate an economy, but it is very simple. I recommend iConomy. It is extremely simple to setup and use, and is the most used economy plugin.

    Regarding Anti-Grief, Worldguard will cover disabling-explosions and item-blacklisting, and worldguard+worldedit will allow you to protect regions. Those two plugins are the core of anti-griefing measures.
    We'll be releasing a more comprehensive list later, but if you need to know soon you can send me a PM and I can help you out, individually.

    Cheers

    Edit: I also recommend a logging plugin, so you can log block history and check who griefed what, along with the ability to rollback changes. I use "HawkEye." I recommend you use that as well.
     
  8. Offline

    M1sT3rM4n

    @DrAgonmoray has joined the fray!

    Also,

    I recommend AntiCheat to stop people from using basic hacks in your server.
     
    Cirno and Fuzzwolf like this.
  9. Offline

    DrAgonmoray

    Aww yeah!
     
  10. Offline

    M1sT3rM4n

    I saw someone on page 2 or 3 who had a Java problem. Go take a look.
     
    Cirno and Fuzzwolf like this.
  11. Offline

    arcaneex

    Can you please recommend me a plugin to disable TNT or the explosions? Every fucking night i get griefed.
     
  12. Offline

    M1sT3rM4n

    Hello,

    There are several ways to block TNT explosions.:

    1. Use Essentials or CommandBook to disable TNT spawning from the /i or /give command (if you allow users to spawn items in game).
    2. Use WorldGuard and set explosions to false (requires WorldEdit as well).
    3. Use a griefing-monitoring plugin like BigBrother, LogBlock or Hawkeye to roll back griefing damage.
     
    Cirno and Fuzzwolf like this.
  13. Offline

    tyzoid

    I've seen how crowded this thread already is, and how crowded and hard to understand it will become.

    So, I've taken the liberty of setting up its own forum.
    http://bhelp.mineworks.tk/

    IF YOU ARE AN OWNER/MEMBER OF THE FIRM: once you join, PM me (on bukkit) and I'll add you to the moderators group.
     
  14. Offline

    M1sT3rM4n

    I don't think that's necessary. People won't sign up in a new forum just to ask questions. The current method works fine with quoting and tagging.

    Plus, I have my own website + domain :p www.mmpr.org
     
    Cirno and Fuzzwolf like this.
  15. Offline

    tyzoid

    @M1sT3rM4n

    Works fine, but it's messy. Anyway, the site is there if you want to use it.
     
  16. Offline

    M1sT3rM4n

    Thanks :)
     
    Cirno and Fuzzwolf like this.
  17. Offline

    tyzoid

    @M1sT3rM4n

    BTW.
    Signing up is also a breeze. There is no registration email, it is moderator approved (helps fight spam)
     
  18. Offline

    M1sT3rM4n

    Thanks for the offer :)
     
    Cirno and Fuzzwolf like this.
  19. Offline

    mike12345567

    Hi, im running a few bukkit plugins on my server, the main ones being Kfeather, SpawnMob, Essentials 2.5.7, BedrockControl, SimplePrefix and PermissionsBukkit. I'm having an issue with permissions, I have put in the nodes of things that I want people to be able to do, and I assumed everything else would be set to false. Does it require I enter every single node that I don't want a user to have as false in the groups? I have 4 groups, and I can upload the config file, but at the moment the default classes joining could still use the essentials.nuke or Kfeather to fly about.
     
  20. Offline

    erickingsr

    I've got a question.... how can I set it up so... new players [default] spawn at location X .... while other ranks/players spawn at location Y when they type /spawn

    Anyone?
     
  21. Offline

    M1sT3rM4n

    Cirno and Fuzzwolf like this.
  22. Offline

    mineykong

    hi my i seem to have a problem with permissions it says you do not have acsess to that command or you do not have permission for that command for most of my commands here are my permissions http://pastebin.com/HtZkSYRP
    thanks
     
    erickingsr likes this.
  23. Offline

    mike12345567

    @mike12345567 the new permission plugins do not support the * node yet. You can download the SuperPerm plugin to fill that void.[/quote]

    Ok, but at the moment I have essentials.nuke set to false on the moderator class, but they can still use the command, im confused why this is happening.
     
  24. Offline

    M1sT3rM4n

    Past your permission configuration inside the code tag
     
    Cirno and Fuzzwolf like this.
  25. Offline

    mike12345567

    This is the permissions code at the moment, it has been used a little ingame as people are enjoying having prefixes.

    Code:
    users:
        mike12345567:
            permissions:
            groups:
            - admin
        grace12345567:
            groups:
            - moderator
        lewbricant:
            groups:
            - moderator
        supercactus:
            groups:
            - moderator
            permissions: {}
        grace122:
            groups:
            - moderator
        flamingturnip:
            groups:
            - user
    groups:
        default:
            permissions:
                permissions.build: false
                essentials.afk: true
                simpleprefix.default: true
        admin:
            permissions:
                permissions.*: true
                spawnmob.allmobs: true
                spawnmob.wolf.tamed: true
                spawnmob.kill.twolf: true
                spawnmob.kill.all: true
                spawnmob.kill.animals: true
                essentials.god: true
                essentials.god.others: true
                essentials.heal: true
                essentials.tree: true
                essentials.unlimited: true
                essentials.unlimited.item-all: true
                essentials.eco: true
                essentials.setworth: true
                essentials.heal.cooldown.bypass: true
                essentials.whois: true
                essentials.antioch: true
                essentials.backup: true
                essentials.ban: true
                essentials.ban.exempt: true
                essentials.banip: true
                essentials.broadcast: true
                essentials.clearinventory.others: true
                essentials.fireball: true
                essentials.kick: true
                essentials.kickall: true
                essentials.kill: true
                essentials.lightning: true
                essentials.nuke: true
                essentials.thunder: true
                essentials.unbanip: true
                essentials.unban: true
                essentials.top: true
                essentials.tpall: true
                essentials.tppos: true
                essentials.warp.otherplayers: true
                essentials.chat.color: true
                bedrockcontrol.destroyblock: true
                bedrockcontrol.openvoid: true
                simpleprefix.admin: true
            inheritance:
            - moderator
        moderator:
            permissions:
                essentials.delwarp: true
                essentials.give: true
                essentials.item: true
                essentials.nuke: false
                essentials.ptime: true
                essentials.setwarp: true
                essentials.time.set: true
                essentials.tp: true
                essentials.warp: true
                essentials.warp.<warpname>: true
                essentials.warp.list: true
                kft.teleport.rights: true
                permissions.build: true
                simpleprefix.moderator: true
            inheritance:
            - user
        user:
            permissions:
                permissions.build: true
                essentials.balance: true
                essentials.balance.others: true
                essentials.balancetop: true
                essentials.pay: true
                essentials.sell: true
                essentials.worth: true
                essentials.getpos: true
                essentials.help: true
                essentials.list: true
                essentials.mail.send: true
                essentials.mail: true
                essentials.me: true
                essentials.motd: true
                essentials.suicide: true
                essentials.clearinventory: true
                essentials.back: true
                essentials.back.ondeath: true
                simpleprefix.user: true
                essentials.nuke: false
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'
    debug: false
    
    Please note, at this stage the code isn't finished, i've only put in the most important permissions I can think of, I will sort the rest later.
     
  26. Offline

    tyzoid

    essentials.nuke is true there...
     
  27. Offline

    M1sT3rM4n

    Yes, we've found your problem lol
     
    Cirno and Fuzzwolf like this.
  28. Offline

    mike12345567

    true for admin, but it is false for a moderator and they can still use it, along with many functions I haven't listed as true under their group.
     
  29. Offline

    M1sT3rM4n

    Try removing the node all together.
     
    Fuzzwolf likes this.
  30. Offline

    tyzoid

    If you can, post your whole permissions file on pastebin.
     
Thread Status:
Not open for further replies.

Share This Page