[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. Offline

    frostlord221

    The essentials kit doesnt work, using spigot/ cb++ 2 servers cb 1.3.2 1.1/ cb 1.3.2 r 1.0 essentials 2.9.4 from bukkit dev
    Got in perms essentials.kit essentials.kit.tools ect, Works as OP .. never had problems with it
    Using PermissionsEX as perm
     
  2. Offline

    joshua katz

    Dont use pex, it sometimes returns false when a player does have the permission.
     
  3. Offline

    Iaccidentally

    the correct perm is essentials.kits.tools
     
    frostlord221 likes this.
  4. Offline

    frostlord221

    Thanks works now
     
  5. Offline

    Necrodoom

    thats factions it self. put [FACTION] in esschat format.
     
  6. Offline

    Plumeex

    You should update the title. [pig]
    Great job, I use it since more than a year now.
     
  7. Offline

    DawnStalker

    I tried to modify the config.yml to enable creeper explosions damage to the landscape and buildings. But when I set it to true, and restart the server, it goes back to false, and there is a config.yml.broken.(13 digit number) that appears. help? tried it 3 times... never worked
     
  8. Offline

    Necrodoom

    you are editing it wrong, then. paste config.yml.broken using www.pastebin.com
     
  9. Offline

    DawnStalker

    Well, Not sure how I could have messed up in changing false to true...

    And I don't understand how I can paste my file with your website. When I click the broken file, it says I don't have the required program to open it

    oh... got it!

    http://pastebin.com/puE8Md2C

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  10. Offline

    Necrodoom

    use notepad++ instead of regular notepad. regular notepad doesnt support newlines, thus removing them when you edit the line, causing it to error.
    the line you edited now looks like this:
    creeper-explosion: true creeper-playerdamage: false
    these shouldnt be on the same line.
     
  11. Offline

    Plumeex

    OMFG /powertool kittycannon !
     
  12. Offline

    justinis

    Great plugin and all, but for some reason, I can't get the colors to work. On ALL the other servers I ever had, it worked, but for this one time, it doesn't. Well, it works for the groups, I just can't type in a color I want. I can't type, &5Hi or something like that, please tell me how I can fix it or what I can do to fix it.
     
  13. Offline

    Spl1tz

    Tyvm, fixed it :)
     
  14. Offline

    Necrodoom

    have you gave essentials.chat.color permissions?
     
  15. Offline

    cams333

    hi i know this sounds noobie but i installed the plugin to my tekkit server but dont know how to make myself the owner/op and all the powers /commands/control what should come with being the owner also i cant setspawn because im not the owner please help i know theres probably a simple answer for my problem or im just being dumb lol thanks.
     
  16. Offline

    Necrodoom

    use the bukkit function, /op yourusername though console.
     
  17. Offline

    lvvipervvi

    is there a way that I can stop TNT from doing damage to blocks?
     
  18. Offline

    Necrodoom

    needs essentialsprotect.
    go config.yml essentialsprotect section, enable preventing block damage.
     
  19. Offline

    lvvipervvi

    I have essentialsprotect and all I see is creeper-blockdamage and enderdragon-blockdamage. I don't see no TNT blockdamage. Can you paste the section here so I can double check. Thank you for your response.
     
  20. Offline

    Necrodoom

    its the TNT-explosion.
     
  21. Offline

    lvvipervvi

    o ok. Thank you.
     
  22. Offline

    Heratiki

    This seems to have broken how TooManyItems interacts with a 1.3.2 Server?

    EDIT: Updating the plugin and then not restarting the server is not advised as it causes many Java errors. Just restart the server after updating the plugin instead of reloading fixes my issue.
     
  23. Offline

    Dotapurex1

    Where can i find this esschat format??
     
  24. Offline

    eruvalar

    Hi there. I have a bit of a problem and searching has not yielded the required results.

    I am trying to use Essentials to automate world backup on my small, friends only server. I have followed the Linux tutorial on the wiki. The backup script is working and I can manually run it from both SSH and from Minecraft with the expected results.

    Alas, the set interval does not seem to actually trigger the script. If not triggered manually, my Backup folder stays worryingly empty.

    Heres my config.yml: http://pastebin.com/imp3EqGS
    This is the Tutorial/Script I used: http://ess.khhq.net/wiki/Backup#Linux

    Any help would be very much appreciated. :)
     
  25. Offline

    Necrodoom

    Dotapurex1 config.yml
    eruvalar il forward this to devs, i dont use backup script myself.
     
  26. Offline

    justinis

    Well, I am pretty sure because I have every permission.
    Mine is like:
    - '*'
    or something similar to that.
     
  27. Offline

    Necrodoom

    can you give your startup log? you may have another chat plugin.
     
  28. Offline

    justinis

    Here is the WHOLE server log from when I started it up:
    Code:
    2012-10-13 18:07:37 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-10-13 18:07:37 [INFO] Loading properties
    2012-10-13 18:07:37 [INFO] Default game type: SURVIVAL
    2012-10-13 18:07:37 [INFO] Generating keypair
    2012-10-13 18:07:38 [INFO] Starting Minecraft server on 176.31.16.78:25565
    2012-10-13 18:07:38 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-10-13 18:07:38 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-10-13 18:07:38 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2012-10-13 18:07:38 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-10-13 18:07:39 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R0.2-b2371jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0.2)
    2012-10-13 18:07:39 [WARNING] Could not get information about this CraftBukkit version; perhaps you are running a custom one?: SocketException
    2012-10-13 18:07:39 [WARNING] Could not get latest artifact information: SocketException
    2012-10-13 18:07:41 [INFO] Starting Minequery server on 176.31.16.78:25566
    2012-10-13 18:07:42 [SEVERE] Could not load 'plugins/SignReadMore.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:152)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        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 org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        at com.bukkit.Milton.SignReadMore.SignReadMore.<init>(SignReadMore.java:26)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
        ... 9 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 28 more
    2012-10-13 18:07:43 [SEVERE] Could not load 'plugins/Modifyworld.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-13 18:07:43 [INFO] [GroupManager] Loading GroupManager v2.0 (2.9.3) (Phoenix)
    2012-10-13 18:07:43 [INFO] [Minequery] Loading Minequery v1.5
    2012-10-13 18:07:43 [INFO] [WorldEdit] Loading WorldEdit v5.3
    2012-10-13 18:07:43 [INFO] [Towny] Loading Towny v0.81.0.0
    2012-10-13 18:07:43 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
    2012-10-13 18:07:43 [INFO] [War] Loading War v1.7.1 (Doolittle)
    2012-10-13 18:07:43 [INFO] [Vault] Loading Vault v1.2.16-b184
    2012-10-13 18:07:43 [INFO] [CombatTag] Loading CombatTag v5.0
    2012-10-13 18:07:43 [INFO] [MobBountyReloaded] Loading MobBountyReloaded v282
    2012-10-13 18:07:43 [INFO] [Questioner] Loading Questioner v0.6
    2012-10-13 18:07:43 [INFO] [WorldGuard] Loading WorldGuard v5.5.2
    2012-10-13 18:07:43 [INFO] [DynamicBan] Loading DynamicBan v1.2.8
    2012-10-13 18:07:43 [INFO] [iConomy] Loading iConomy v7.0
    2012-10-13 18:07:43 [INFO] [AuthMe] Loading AuthMe v2.6.6
    2012-10-13 18:07:43 [INFO] [Register] Loading Register v1.8
    2012-10-13 18:07:43 [INFO] [Register] Preferred method [null] not found, using first found.
    2012-10-13 18:07:43 [INFO] [Register] version 1.8 is enabled.
    2012-10-13 18:07:43 [INFO] [SurvivalGames] Loading SurvivalGames vB 0.4.10
    2012-10-13 18:07:43 [INFO] [OnTime] Loading OnTime v2.4.1
    2012-10-13 18:07:43 [INFO] [CoreProtect] Loading CoreProtect v1.42
    2012-10-13 18:07:43 [INFO] [Permissions] Loading Permissions v3.1.6
    2012-10-13 18:07:43 [INFO] [MyWarp] Loading MyWarp v2.4
    2012-10-13 18:07:43 [INFO] [MobArena] Loading MobArena v0.94.4.71
    2012-10-13 18:07:43 [INFO] [WorldWarp] Loading WorldWarp v3.2
    2012-10-13 18:07:43 [INFO] [Essentials] Loading Essentials v2.9.1
    2012-10-13 18:07:43 [INFO] [ShowCaseStandalone] Loading ShowCaseStandalone v1.16
    2012-10-13 18:07:43 [INFO] [TownyChat] Loading TownyChat v0.3
    2012-10-13 18:07:43 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    2012-10-13 18:07:43 [INFO] [Vault] Enabling Vault v1.2.16-b184
    2012-10-13 18:07:44 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-10-13 18:07:44 [SEVERE] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
    2012-10-13 18:07:44 [SEVERE] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
    2012-10-13 18:07:44 [SEVERE] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
    2012-10-13 18:07:44 [INFO] [Vault][Economy] iConomy 6 found: Waiting
    2012-10-13 18:07:44 [INFO] [Vault][Permission] GroupManager found: Waiting
    2012-10-13 18:07:44 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-10-13 18:07:44 [INFO] [Vault][Chat] GroupManager found: Waiting
    2012-10-13 18:07:44 [INFO] [Vault][Chat] Towny hooked.
    2012-10-13 18:07:44 [INFO] [Vault][Chat] Towny found: Loaded
    2012-10-13 18:07:44 [INFO] [Vault] Enabled Version 1.2.16-b184
    2012-10-13 18:07:44 [INFO] Preparing level "world"
    2012-10-13 18:07:45 [INFO] Preparing start region for level 0 (Seed: 0)
    2012-10-13 18:07:46 [INFO] Preparing spawn area: 16%
    2012-10-13 18:07:47 [INFO] Preparing spawn area: 44%
    2012-10-13 18:07:47 [INFO] Preparing start region for level 1 (Seed: -2255900790057038814)
    2012-10-13 18:07:48 [INFO] Preparing spawn area: 4%
    2012-10-13 18:07:49 [INFO] Preparing spawn area: 48%
    2012-10-13 18:07:50 [INFO] Preparing spawn area: 81%
    2012-10-13 18:07:50 [INFO] Preparing start region for level 2 (Seed: 2324344942817106546)
    2012-10-13 18:07:51 [INFO] Preparing spawn area: 56%
    2012-10-13 18:07:51 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.9.3) (Phoenix)
    2012-10-13 18:07:51 [INFO] GroupManager - INFO - World Found: flat
    2012-10-13 18:07:51 [INFO] GroupManager - INFO - World Found: oiu
    2012-10-13 18:07:51 [INFO] GroupManager - INFO - World Found: i
    2012-10-13 18:07:51 [INFO] GroupManager - INFO - World Found: world
    2012-10-13 18:07:51 [INFO] GroupManager - INFO - Superperms support enabled.
    2012-10-13 18:07:52 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2012-10-13 18:07:52 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2012-10-13 18:07:52 [INFO] GroupManager version 2.0 (2.9.3) (Phoenix) is enabled!
    2012-10-13 18:07:52 [INFO] [Vault][Permission] GroupManager hooked.
    2012-10-13 18:07:52 [INFO] [Vault][Chat] GroupManager - Chat hooked.
    2012-10-13 18:07:52 [INFO] [Minequery] Enabling Minequery v1.5
    2012-10-13 18:07:52 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    2012-10-13 18:07:52 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-10-13 18:07:52 [INFO] [Towny] Enabling Towny v0.81.0.0
    2012-10-13 18:07:52 [INFO] ====================      Towny      ========================
    2012-10-13 18:07:53 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2012-10-13 18:07:53 [SEVERE] java.util.regex.PatternSyntaxException: Unclosed character class near index 16
    [^a-zA-Z0-9._[]-]
                    ^
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.error(Pattern.java:1924)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.clazz(Pattern.java:2493)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.sequence(Pattern.java:2030)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.expr(Pattern.java:1964)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.compile(Pattern.java:1665)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.<init>(Pattern.java:1337)
    2012-10-13 18:07:53 [SEVERE]    at java.util.regex.Pattern.compile(Pattern.java:1022)
    2012-10-13 18:07:53 [SEVERE]    at java.lang.String.replaceAll(String.java:2210)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.util.NameValidation.filterName(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.util.NameValidation.checkAndFilterPlayerName(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.db.TownyDatabaseHandler.newResident(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.db.TownyFlatFileSource.loadResidentList(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.db.TownyDataSource.loadAll(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.object.TownyUniverse.loadDatabase(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.object.TownyUniverse.loadSettings(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.Towny.load(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at com.palmergames.bukkit.towny.Towny.onEnable(Unknown Source)
    2012-10-13 18:07:53 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-10-13 18:07:53 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
    2012-10-13 18:07:53 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2012-10-13 18:07:53 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
    2012-10-13 18:07:53 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
    2012-10-13 18:07:53 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-13 18:07:53 [INFO] [Towny] Error: Failed to load!
    2012-10-13 18:07:53 [INFO] =============================================================
    2012-10-13 18:07:53 [INFO] [WARNING] - ***** SAFE MODE ***** 0.81.0.0
    2012-10-13 18:07:53 [INFO] =============================================================
    2012-10-13 18:07:53 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
    2012-10-13 18:07:53 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
    2012-10-13 18:07:53 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 522ms) ===
    2012-10-13 18:07:53 [INFO] [War] Enabling War v1.7.1 (Doolittle)
    2012-10-13 18:07:54 [INFO] [War] War> War v1.7.1 (Doolittle) is on.
    2012-10-13 18:07:54 [INFO] [CombatTag] Enabling CombatTag v5.0
    2012-10-13 18:07:54 [INFO] [CombatTag] has loaded with a tag time of 10 seconds
    2012-10-13 18:07:54 [INFO] [MobBountyReloaded] Enabling MobBountyReloaded v282
    2012-10-13 18:07:54 [INFO] [MobBountyReloaded] Towny hooked.
    2012-10-13 18:07:54 [INFO] [MobBountyReloaded] WorldGuard hooked.
    2012-10-13 18:07:54 [INFO] [MobBountyReloaded] MobArena hooked.
    2012-10-13 18:07:54 [INFO] [MobBountyReloaded] build 282 enabled.
    2012-10-13 18:07:54 [INFO] [Questioner] Enabling Questioner v0.6
    2012-10-13 18:07:54 [INFO] [Questioner] v0.6 - Enabled
    2012-10-13 18:07:54 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-10-13 18:07:55 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-10-13 18:07:55 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-10-13 18:07:55 [INFO] [WorldGuard] 3 regions loaded for 'world'
    2012-10-13 18:07:55 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-10-13 18:07:55 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-10-13 18:07:55 [INFO] [DynamicBan] Enabling DynamicBan v1.2.8
    2012-10-13 18:07:55 [INFO] [DynamicBan] Checking the server for update info..
    2012-10-13 18:07:56 [INFO] [DynamicBan] Version up-to date!
    2012-10-13 18:07:56 [INFO] [DynaminBan] has been enabled (v1.2.8)
    2012-10-13 18:07:56 [INFO] [iConomy] Enabling iConomy v7.0
    2012-10-13 18:07:56 [INFO] [iConomy - April Fools] Enabled (165 ms)
    2012-10-13 18:07:56 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
    2012-10-13 18:07:56 [INFO] [Vault][Economy] iConomy 6 hooked.
    2012-10-13 18:07:56 [INFO] [AuthMe] Enabling AuthMe v2.6.6
    2012-10-13 18:07:56 [INFO] [iConomy - April Fools] Purged accounts with default balance.
    2012-10-13 18:07:56 [INFO] [AuthMe] Loading Configuration File...
    2012-10-13 18:07:56 [INFO] [AuthMe] Merge new Config Options..
    2012-10-13 18:07:56 [INFO] [AuthMe] Set Language: en
    2012-10-13 18:07:57 [INFO] [AuthMe] Authme 2.6.6 enabled
    2012-10-13 18:07:57 [INFO] [Register] Enabling Register v1.8
    2012-10-13 18:07:57 [INFO] Unable to hook register
    2012-10-13 18:07:57 [INFO] [Register] Payment method found (iConomy version: 6)
    2012-10-13 18:07:57 [INFO] [SurvivalGames] Enabling SurvivalGames vB 0.4.10
    2012-10-13 18:07:57 [INFO] METRICS STARTING
    2012-10-13 18:07:57 [INFO] [OnTime] Enabling OnTime v2.4.1
    2012-10-13 18:07:57 [INFO] [OnTime] Loading from output.yaml
    2012-10-13 18:07:57 [INFO] [OnTime] Loading plugins/OnTime/OnTimeData.dat
    2012-10-13 18:07:57 [INFO] [OnTime] Loading plugins/OnTime/LastLoginData.dat
    2012-10-13 18:07:57 [INFO] [OnTime] Loading plugins/OnTime/TodayData.dat
    2012-10-13 18:07:57 [INFO] [OnTime] Data file auto-saves schdeduled.
    2012-10-13 18:07:57 [INFO] [CoreProtect] Enabling CoreProtect v1.42
    2012-10-13 18:07:57 [INFO] CoreProtect version 1.42 is enabled!
    2012-10-13 18:07:57 [INFO] [CoreProtect] Using file based data storage.
    2012-10-13 18:07:57 [INFO] [Permissions] Enabling Permissions v3.1.6
    2012-10-13 18:07:57 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-10-13 18:07:57 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-10-13 18:07:57 [INFO] [MyWarp] Enabling MyWarp v2.4
    2012-10-13 18:07:57 [INFO] [MyWarp] Need to download 2 object(s)
    2012-10-13 18:07:57 [INFO] [MyWarp]  - Downloading file : https://raw.github.com/TheE/MyWarp/master/lib/linux-amd64.lib
    2012-10-13 18:07:59 [INFO] [MyWarp] 6 warps loaded
    2012-10-13 18:07:59 [INFO] [MyWarp] Access Control: Using Vault
    2012-10-13 18:07:59 [INFO] [MyWarp] MyWarp 2.4 enabled
    2012-10-13 18:08:00 [INFO] [MobArena] Enabling MobArena v0.94.4.71
    2012-10-13 18:08:00 [INFO] --------------------
    2012-10-13 18:08:00 [INFO] [CoreProtect] Version 1.60 now available.
    2012-10-13 18:08:00 [INFO] [CoreProtect] Download at http://coreprotect.net
    2012-10-13 18:08:00 [INFO] [CoreProtect] New in v1.6: Lookups, pagination & more!
    2012-10-13 18:08:00 [INFO] [CoreProtect] Enjoy CoreProtect? Leave a comment on the thread!
    2012-10-13 18:08:00 [INFO] --------------------
    2012-10-13 18:08:00 [INFO] [Sponsor] Unlimited Minecraft Hosting: www.hosthorde.com
    2012-10-13 18:08:00 [INFO] --------------------
    2012-10-13 18:08:00 [INFO] [MobArena] No boss abilities found. Extracting defaults...
    2012-10-13 18:08:00 [SEVERE] [MobArena] Couldn't extract the default boss abilities!
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'arena'.
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'arena'.
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'arena'.
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'default'.
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'default'.
    2012-10-13 18:08:00 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'default'.
    2012-10-13 18:08:01 [INFO] [MobArena] v0.94.4.71 enabled.
    2012-10-13 18:08:01 [INFO] [WorldWarp] Enabling WorldWarp v3.2
    2012-10-13 18:08:01 [INFO] [WorldWarp] Enabled! Running 3.0
    2012-10-13 18:08:01 [INFO]  _  _  _            _    _ _  _  _                  
    2012-10-13 18:08:01 [INFO] | || || |          | |  | | || || |                  
    2012-10-13 18:08:01 [INFO] | || || | ___  ____| | _ | | || || | ____  ____ ____  
    2012-10-13 18:08:01 [INFO] | ||_|| |/ _  / ___) |/ || | ||_|| |/ _  |/ ___)  _  
    2012-10-13 18:08:01 [INFO] | |___| | |_| | |  | ( (_| | |___| ( ( | | |  | | | |
    2012-10-13 18:08:01 [INFO]  ______|___/|_|  |_|____|______|_||_|_|  | ||_/ 
    2012-10-13 18:08:01 [INFO]                                                 |_|    
    2012-10-13 18:08:01 [INFO] [WorldWarp] Loading worlds.
    2012-10-13 18:08:01 [INFO] [WorldWarp] Loading: world : 1/6
    2012-10-13 18:08:01 [INFO] [WorldWarp] Loading: world_nether : 2/6
    2012-10-13 18:08:01 [INFO] [WorldWarp] Loading: world_the_end : 3/6
    2012-10-13 18:08:01 [INFO] Preparing start region for level 3 (Seed: 1549416585732339436)
    2012-10-13 18:08:02 [INFO] Preparing spawn area for flat, 81%
    2012-10-13 18:08:02 [INFO] [WorldGuard] (flat) TNT ignition is PERMITTED.
    2012-10-13 18:08:02 [INFO] [WorldGuard] (flat) Lighters are PERMITTED.
    2012-10-13 18:08:02 [INFO] [WorldGuard] (flat) Lava fire is blocked.
    2012-10-13 18:08:02 [INFO] [WorldGuard] (flat) Fire spread is UNRESTRICTED.
    2012-10-13 18:08:02 [INFO] [WorldGuard] Loaded configuration for world 'flat'
    2012-10-13 18:08:02 [INFO] [WorldWarp] Loading: flat : 4/6
    2012-10-13 18:08:02 [INFO] Preparing start region for level 4 (Seed: -7360236783137577912)
    2012-10-13 18:08:03 [INFO] Preparing spawn area for oiu, 97%
    2012-10-13 18:08:03 [INFO] [WorldGuard] (oiu) TNT ignition is PERMITTED.
    2012-10-13 18:08:03 [INFO] [WorldGuard] (oiu) Lighters are PERMITTED.
    2012-10-13 18:08:03 [INFO] [WorldGuard] (oiu) Lava fire is blocked.
    2012-10-13 18:08:03 [INFO] [WorldGuard] (oiu) Fire spread is UNRESTRICTED.
    2012-10-13 18:08:03 [INFO] [WorldGuard] Loaded configuration for world 'oiu'
    2012-10-13 18:08:03 [INFO] [WorldWarp] Loading: oiu : 5/6
    2012-10-13 18:08:03 [INFO] Preparing start region for level 5 (Seed: -3410622957872661014)
    2012-10-13 18:08:04 [INFO] Preparing spawn area for i, 48%
    2012-10-13 18:08:05 [INFO] [WorldGuard] (i) TNT ignition is PERMITTED.
    2012-10-13 18:08:05 [INFO] [WorldGuard] (i) Lighters are PERMITTED.
    2012-10-13 18:08:05 [INFO] [WorldGuard] (i) Lava fire is blocked.
    2012-10-13 18:08:05 [INFO] [WorldGuard] (i) Fire spread is UNRESTRICTED.
    2012-10-13 18:08:05 [INFO] [WorldGuard] Loaded configuration for world 'i'
    2012-10-13 18:08:05 [INFO] [WorldWarp] Loading: i : 6/6
    2012-10-13 18:08:05 [INFO] [Essentials] Enabling Essentials v2.9.1
    2012-10-13 18:08:06 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-10-13 18:08:06 [INFO] Essentials: Using GroupManager based permissions.
    2012-10-13 18:08:06 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.16-b184)
    2012-10-13 18:08:06 [INFO] [ShowCaseStandalone] Enabling ShowCaseStandalone v1.16
    2012-10-13 18:08:06 [INFO] [SCS] Starting build 116.0, 2012-06-24 by kellerkindt, contributors: sorklin
    2012-10-13 18:08:06 [INFO] [SCS] Loading configuration.
    2012-10-13 18:08:06 [INFO] [SCS] locale vs. config: 2.41 v 2.41
    2012-10-13 18:08:06 [INFO] [SCS] Initializing ShopHandler and ShopStorage
    2012-10-13 18:08:06 [INFO] [SCS] Using the ffss storage type.
    2012-10-13 18:08:06 [INFO] [SCS] getDatafolder: plugins/ShowCaseStandalone
    2012-10-13 18:08:06 [INFO] [SCS] Loading shops
    2012-10-13 18:08:12 [INFO] [SCS] Loaded Shops: 6
    2012-10-13 18:08:12 [INFO] [SCS] Loaded localization: locale_EN.yml
    2012-10-13 18:08:12 [INFO] [SCS] Searching for other Plugins...
    2012-10-13 18:08:12 [INFO] [SCS] Hooked into Vault Economy
    2012-10-13 18:08:12 [INFO] [SCS] Hooked into Vault Permissions
    2012-10-13 18:08:12 [INFO] [SCS] Hooked into iConomy6
    2012-10-13 18:08:12 [INFO] [SCS] Hooked into EssentialsEconomy
    2012-10-13 18:08:12 [INFO] [SCS] Register event listeners.
    2012-10-13 18:08:12 [INFO] [TownyChat] Enabling TownyChat v0.3
    2012-10-13 18:08:12 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    2012-10-13 18:08:12 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-10-13 18:08:16 [INFO] Done (32.359s)! For help, type "help" or "?"
    2012-10-13 18:08:16 [INFO] Starting GS4 status listener
    2012-10-13 18:08:16 [INFO] Starting remote control listener
    2012-10-13 18:08:16 [INFO] Query running on 176.31.16.78:25565
    2012-10-13 18:08:16 [WARNING] No rcon password set in '/home/justgrah/2995/server.properties', rcon disabled!
    2012-10-13 18:08:17 [INFO] [War] War> Loading zone CTF_Castles...
    2012-10-13 18:08:17 [INFO] [MobBountyReloaded] MobBountyReloaded v291 is out! You are running: MobBountyReloaded v282
    2012-10-13 18:08:17 [INFO] [MobBountyReloaded] Update MobBountyReloaded at: http://mbr.inesgar.org/
    2012-10-13 18:08:19 [INFO] [War] War> Warzones ready.
    2012-10-13 18:08:20 [INFO] [War] War> Warhub ready.
    2012-10-13 18:08:20 [INFO] [OnTime] Economy plugin (iConomy 6) latched.
    2012-10-13 18:08:20 [INFO] [OnTime] Permissions plugin (GroupManager) latched.
    2012-10-13 18:08:20 [INFO] [OnTime] Loading from rewards.yaml
    2012-10-13 18:08:20 [INFO] [OnTime] Rewards enabled, but no levels defined.
    2012-10-13 18:08:20 [INFO] [OnTime] Rewards: No groups defined.
    2012-10-13 18:08:20 [INFO] [OnTime] Rewards: No commands defined.
    2012-10-13 18:08:20 [INFO] [OnTime] Loading from indirewards.yaml
    2012-10-13 18:08:20 [INFO] [OnTime] No Individual Rewards to process.
    2012-10-13 18:08:20 [SEVERE] [TownyChat] disabling TownyChat
    2012-10-13 18:08:20 [INFO] [TownyChat] Disabling TownyChat v0.3
    2012-10-13 18:08:20 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
     
  29. Offline

    Necrodoom

    essentials is months outdated, essentialschat.jar missing.
    also, offline mode, so cant help.
     
  30. Offline

    chopstick121

    Why does Essentials overwrite Herochat?
     

Share This Page