[ADMN] OnTimeCommands v1.4 - Commands that run at a certain time of day [1337]

Discussion in 'Inactive/Unsupported Plugins' started by briman0094, May 29, 2011.

  1. Offline

    briman0094

    OnTimeCommands is now on BukkitDev. Support will no longer be provided here. If you need help, put a ticket in on the BukkitDev page.
     
    monotonehell likes this.
  2. Offline

    briman0094

    No, it should work just fine without the console. You will need to check the server.log file for any feedback, however. Are you running your server under Windows or Linux? You can always use Scheduled Tasks on Windows, and you can also try the -nogui tag. Hope this helps, but I know nothing about cron so I can't tell you if this will work or not.
     
  3. Offline

    Chasingu

    Linux, as this server would just die under Windows. Cron is pretty much the code version of Scheduled Tasks. Thanks.
     
  4. Offline

    briman0094

    Ahh. I looked it up after I posted and realized it is Unix only. The plugin doesn't need the console for anything as the commands are runnable by any player who is Op. I am adding permissions support in the next update.
     
  5. Offline

    distheb13

    Any possibility that I could set it up to do commands every 5 minutes instead of every day and 5 minutes?
    Whenever I set up the config to loop every:
    hours: 0
    minutes: 5
    seconds: 0
    months: 0
    days: 0
    years: 0

    The issue is the "days" parameter keeps on resetting itself to "1" like in the default config.
     
  6. Offline

    briman0094

    can you post your entire config please? it could be that it is not recognizing the repeat syntax and resetting it.
     
  7. Offline

    Chasingu

    This work with 1000?
     
  8. Offline

    briman0094

    Yep. Sorry, I forgot to change the title.
     
  9. Offline

    philulrich

    Running: B1000 and latest version

    Error:
    Code:
    2011-07-26 13:10:33 [SEVERE] Could not load 'plugins/OnTimeCommands.jar' in folder 'plugins':
    while parsing a block mapping
     in "<reader>", line 1, column 1:
        enabled: true
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 14, column 5:
            shutdown:
            ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        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.composeMappingNode(Composer.java:228)
        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:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Config:
    Code:
    enabled: true
    warnshutdown:
            nextrun: '00:01:00 27-07-2011'
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 1
                years: 0
            commands:
                - 'say The server will restart in 10 seconds. All work will be saved.'
                - 'save-all'
        shutdown:
            nextrun: '00:01:10 27-07-2011'
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 1
                years: 0
            commands:
                - 'stop'
        dayreset:
            nextrun: '01:00:00 26-07-2011'
            repeat:
                hours: 0
                minutes: 1
                seconds: 0
                months: 0
                days: 0
                years: 0
            commands:
                - 'time day'
    
     
  10. Offline

    briman0094

    Well first of all you are missing the "tasks:" tag after "enabled:", and you have a couple of indentation issues. Paste your entire configuration file into yamllint.com and it should find the errors.
     
  11. Offline

    ACStache

    you missed the "tasks:" line after "enabled: true" and "warnshutdown:". putting that line in there would also mean you indent all of it by an additional 4 spaces after the "tasks:" line (look in OP's config example)

    edit: briman0094 beat me to the response :D
     
  12. Offline

    philulrich

    Sorry. I missed those. Thanks!
     
  13. Offline

    Poeschl

    I have a idea for the next version. A nice reload command such as /otc reload :)
     
  14. Offline

    p000ison

    If I want to add groupmanager permissions:
    Code:
    tasks:
        firsttask:
            nextrun: 24:00:00 7-29-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - mangaddp test Some.node
            - say Enabled!
    Every user on the Server gets the message that he isn't allowed to use this.
     
  15. Offline

    Aina

    How can I delete a task ? :eek: It is impossible ! I can't edit it too !
     
  16. Offline

    Azlodin

    Currently you can only edit the config.yml file when the plugin is not running.

    You will need to use /otcdisable, then edit the config.yml file, then use /otcenable to allow it to proceed.

    Hello,

    When I try to configure the plugin to enable or disable the MobArena commands, it is stating within the game that "[MobArena] You don't have access to this command." While I understand it is MobArena kicking out this message, how does OnTmeCommands handle the running of commands? Does it make a temp user or use OP status?

    I would like to know this before going to the MobArena developers. Thanks.

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

    Joannou1

    Hey, I really need this plugin for my server to work :/ I need a command to be run as a fictional user! Some commands wont work in the console, like ' townyworld toggle pvp ' It just comes up with some menu and wont let me use the command!
     
  18. Offline

    Bookkc1

    I need to reload all in my server

    but i have:


    Code:
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found configuration folder.
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found task "task1".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Date for task: 09:49:05.
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found command "reloadall".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Done loading task "task1".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] OnTimeCommands version 1.0 enabled at 09:49:05!
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Number of commands for task "task1": 1.
    2011-08-11 09:49:05 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    2011-08-11 09:49:05 [INFO] Executing command "reloadall".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Executing task "task1"...
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Shutting down...
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) saved all data.
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) disabled successfully.
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-08-11 09:49:05 [INFO] Loaded Essentials build 2.2.5 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found configuration folder.
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found task "task1".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Date for task: 09:49:05.
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Found command "reloadall".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Done loading task "task1".
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] OnTimeCommands version 1.0 enabled at 09:49:05!
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Number of commands for task "task1": 1.
    2011-08-11 09:49:05 [INFO] Executing command "reloadall".
    2011-08-11 09:49:05 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Executing task "task1"...
    2011-08-11 09:49:05 [INFO] [OnTimeCommands] Shutting down...
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) saved all data.
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) disabled successfully.
    2011-08-11 09:49:05 [INFO] [Permissions] (Phoenix) was Initialized.
    Code:
    enabled: true
    tasks:
        task1:
            repeat:
                hours: 1
                minutes: 0
                seconds: 0
                months: 0
                days: 0
                years: 0
            commands:
                - 'reloadall'
     
  19. Offline

    briman0094

    The command is "reload", not "reloadall". Also, if you need to edit the configuration while the plugin is running, you can edit it, set it as readonly, reload the server, and set it as writable again. Next update will include Permissions support and a /otcreload command to reload the config.
     
  20. Offline

    jzsig

    @briman, i would like to start off by saying i like your ontimecommands plugin alot and i use it on my server :) im am contacting you because im making a plugin (my first one) and i was wondering what syntax you use to make the console exacute a command. The reason i need this is for a auto banning method like if something is true then send "ban" +player to the console.
    thanks alot jzsig :)
    ps sorry i had to put this here, my user group cant pm you :/
     
  21. Offline

    Hanswalter123

    Code:
    2011-08-16 18:47:50 [SEVERE] Exception in thread "OnTimeCommands Updater"
    2011-08-16 18:47:50 [SEVERE] java.lang.AbstractMethodError: briman0094.ontimecommands.Task$OnTimeCommandsCommandSender.hasPermission(Ljava/lang/String;)Z
    2011-08-16 18:47:50 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.hasPermission(ConsoleCommandHandler.java:26)
    2011-08-16 18:47:50 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.checkPermission(ConsoleCommandHandler.java:38)
    2011-08-16 18:47:50 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:267)
    2011-08-16 18:47:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:401)
    2011-08-16 18:47:50 [SEVERE]     at briman0094.ontimecommands.Task.execute(Task.java:93)
    2011-08-16 18:47:50 [SEVERE]     at briman0094.ontimecommands.OnTimeCommands.update(OnTimeCommands.java:131)
    2011-08-16 18:47:50 [SEVERE]     at briman0094.ontimecommands.OnTimeCommands$CommandTask.run(OnTimeCommands.java:51)
    2011-08-16 18:47:50 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:534)
    2011-08-16 18:47:50 [SEVERE]     at java.util.TimerThread.run(Timer.java:484)
    Don't work with #1060
     
  22. Offline

    briman0094

    Ahhh...I was afraid that would happen. This is already fixed in the new release, but the new release is not done being tested. I'll try to get it out as soon as possible.
     
  23. Offline

    Hanswalter123

    ok, thank u very much
    nice support
     
  24. Offline

    Hanswalter123

    are ypu working on?
     
  25. Offline

    briman0094

    Yes, I am almost done. I just need to change the YAML saving/loading. I am also working on a mod for SSP so I'm very busy programming-wise right now, but I'll try to get it out as soon as possible.
     
  26. Offline

    nicquehen

    Thx very much :)
     
  27. Offline

    optimisten

    Hi!
    I get the same error as Halswater123. Suppose I just have to wait, but here you have my error code:

    Code:
    2011-08-23 21:57:09 [INFO] [OnTimeCommands] Executing task "warnshutdown"...
    2011-08-23 21:57:09 [SEVERE] Exception in thread "OnTimeCommands Updater"
    2011-08-23 21:57:09 [SEVERE] java.lang.AbstractMethodError: briman0094.ontimecommands.Task$OnTimeCommandsCommandSender.hasPermission(Ljava/lang/String;)Z
    2011-08-23 21:57:09 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.hasPermission(ConsoleCommandHandler.java:26)
    2011-08-23 21:57:09 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.checkPermission(ConsoleCommandHandler.java:38)
    2011-08-23 21:57:09 [SEVERE]     at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:267)
    2011-08-23 21:57:09 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:401)
    2011-08-23 21:57:09 [SEVERE]     at briman0094.ontimecommands.Task.execute(Task.java:93)
    2011-08-23 21:57:09 [SEVERE]     at briman0094.ontimecommands.OnTimeCommands.update(OnTimeCommands.java:131)
    2011-08-23 21:57:09 [SEVERE]     at briman0094.ontimecommands.OnTimeCommands$CommandTask.run(OnTimeCommands.java:51)
    2011-08-23 21:57:09 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:534)
    2011-08-23 21:57:09 [SEVERE]     at java.util.TimerThread.run(Timer.java:484)
    
    Thankyou for a great plugin!
     
  28. Offline

    briman0094

    Plugin updated! Now works with Bukkit build 1060. Also features a reload command (see OP) to reload the configuration on-the-fly, and Permissions support so you can give certain groups certain permissions.
     
  29. Offline

    SieniFani

    This doesn't work for me! it just gives me this error:


    Code:
    mapping values are not allowed here
     in "<reader>", line 5, column 13:
                date: '08:00:00'
                    ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
        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.composeMappingNode(Composer.java:228)
        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:74)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:156)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:174)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:103)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Can you help me :(?
     
  30. Offline

    nicquehen

    I will test that .

    Thanks

    @SieniFani when you have an error like : in "<reader>", line 5, column 13: it look like a parse error (space... )

    I have an error (theses task works in 1.2)

    Config :
    Code:
    enabled: true
    tasks:
        mobs_on_dimanche:
            nextrun: 00:01:00 08-28-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say Activation des monstres...
            - nospawn allowspawn servergame Creeper
            - nospawn allowspawn servergame Slime
            - nospawn allowspawn servergame Spider
            - nospawn allowspawn servergame Zombie
            - nospawn allowspawn servergame Skeleton
        mobs_on_mercredi:
            nextrun: 00:01:00 08-31-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say Activation des monstres...
            - nospawn allowspawn servergame Creeper
            - nospawn allowspawn servergame Slime
            - nospawn allowspawn servergame Spider
            - nospawn allowspawn servergame Zombie
            - nospawn allowspawn servergame Skeleton
        mobs_off_dimanche:
            nextrun: 23:59:00 08-28-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say desactivation des monstre...
            - nospawn denyspawn servergame Creeper
            - nospawn denyspawn servergame Slime
            - nospawn denyspawn servergame Spider
            - nospawn denyspawn servergame Zombie
            - nospawn denyspawn servergame Skeleton
            - nospawn despawn servergame Creeper
            - nospawn despawn servergame Slime
            - nospawn despawn servergame Spider
            - nospawn despawn servergame Zombie
            - nospawn despawn servergame Skeleton
        mobs_off_mercredi:
            nextrun: 23:59:00 08-24-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say desactivation des monstre...
            - nospawn denyspawn servergame Creeper
            - nospawn denyspawn servergame Slime
            - nospawn denyspawn servergame Spider
            - nospawn denyspawn servergame Zombie
            - nospawn denyspawn servergame Skeleton
            - nospawn despawn servergame Creeper
            - nospawn despawn servergame Slime
            - nospawn despawn servergame Spider
            - nospawn despawn servergame Zombie
            - nospawn despawn servergame Skeleton
        nether_off_samedi:
            nextrun: 23:59:59 08-27-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say Desactivation du nether...
            - wxremove nether
        nether_off_mardi:
            nextrun: 23:59:00 08-30-2011
            repeat:
                hours: 0
                minutes: 0
                seconds: 0
                months: 0
                days: 7
                years: 0
            commands:
            - say Desactivation du nether...
            - wxremove nether
    server.log

    Code:
    2011-08-24 18:29:00 [INFO] Starting Minecraft server on 88.191.98.82:25565
    2011-08-24 18:29:00 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-24 18:29:01 [INFO] [PermissionsEx] sql backend registered!
    2011-08-24 18:29:01 [INFO] [PermissionsEx] file backend registered!
    2011-08-24 18:29:01 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-08-24 18:29:02 [INFO] [PermissionsEx] p2compat backend registered!
    2011-08-24 18:29:02 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-08-24 18:29:02 [INFO] LWC: Loading shared objects
    2011-08-24 18:29:02 [INFO] LWC: Protection cache: 0/10000
    2011-08-24 18:29:02 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-08-24 18:29:02 [INFO] [PermissionsEx] Initializing file backend
    2011-08-24 18:29:02 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-24 18:29:02 [INFO] [WormholeXTreme][v1.011] Loading WormholeXTreme ...
    2011-08-24 18:29:02 [INFO] [WormholeXTreme][v1.011] Load complete
    2011-08-24 18:29:02 [INFO] Preparing level "servergame"
    2011-08-24 18:29:03 [INFO] Preparing start region for level 0 (Seed: 78813862)
    2011-08-24 18:29:04 [INFO] NSCommand 0.2 enabled.
    2011-08-24 18:29:04 [INFO] [Showcase] Objet enregistre [basic] (0 Objets charges)
    2011-08-24 18:29:04 [INFO] [Showcase] Objet enregistre [finite] (0 Objets charges)
    2011-08-24 18:29:04 [INFO] [Showcase] Objet enregistre [infinite] (16 Objets charges)
    2011-08-24 18:29:04 [INFO] [Showcase] Objet enregistre [exchange] (0 Objets charges)
    2011-08-24 18:29:04 [INFO] [Showcase] Objet enregistre [tutorial] (0 Objets charges)
    2011-08-24 18:29:04 [INFO] [Showcase] version 0.7.4 a ete active.
    2011-08-24 18:29:04 [INFO] Spout 1.0.2.134 has been initialized
    2011-08-24 18:29:04 [INFO] properTime reading from config at /home/nicquehen/minecraft/plugins/properTime/properTime.conf
    2011-08-24 18:29:04 [WARNING] properTime: World 'servergame_nether' not found
    2011-08-24 18:29:04 [INFO] properTime 1.9.0 initialized
    2011-08-24 18:29:04 [INFO] [OnTimeCommands] Found and successfully hooked into Permissions 2.7.7
    2011-08-24 18:29:04 [INFO] [OnTimeCommands] Found configuration folder.
    2011-08-24 18:29:04 [INFO] [OnTimeCommands] Found task "mobs_on_dimanche".
    2011-08-24 18:29:04 [SEVERE] Error occurred while enabling OnTimeCommands v1.3 (Is it up to date?): A value of {hours=0, minutes=0, seconds=0, months=0, days=7, years=0} is not valid for parameter "repeatType"
    java.lang.IllegalArgumentException: A value of {hours=0, minutes=0, seconds=0, months=0, days=7, years=0} is not valid for parameter "repeatType"
        at briman0094.ontimecommands.OnTimeCommands.onEnable(OnTimeCommands.java:265)
        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)
    2011-08-24 18:29:04 [INFO] [iConomy] Logging is currently disabled.
    2011-08-24 18:29:04 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-08-24 18:29:04 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-24 18:29:05 [INFO] [PermissionsEx] Superperms support enabled.
    2011-08-24 18:29:05 [INFO] [PermissionsEx] v1.13 enabled
    2011-08-24 18:29:05 [INFO] [Jail] Loaded 1 jail zones.
    2011-08-24 18:29:05 [INFO] [Jail] Loaded 2 prisoners.
    2011-08-24 18:29:05 [INFO] [Jail] Loaded 16 cells.
    2011-08-24 18:29:05 [INFO] [SPITEMS]1.1 enabled.
    2011-08-24 18:29:05 [INFO] [OpenInv] version 1.3.3 enabled!
    2011-08-24 18:29:05 [INFO] WorldEdit 4.6 enabled.
    2011-08-24 18:29:05 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-24 18:29:05 [INFO] [Multiverse-Core] - Version 2.0-b228 Enabled - By Rigby and fernferret
    2011-08-24 18:29:05 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-08-24 18:29:05 [INFO] [AllPay] - Version 1.0.3 - hooked into iConomy 5 for Multiverse-Core v2.0-b228
    2011-08-24 18:29:05 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-08-24 18:29:05 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-08-24 18:29:05 [INFO] Preparing start region for level 1 (Seed: 1745418772352738242)
    2011-08-24 18:29:05 [INFO] [Multiverse-Core] Loading World & Settings - 'servergame_nether' - NETHER
    2011-08-24 18:29:06 [INFO] [Multiverse-Core] 1 - World(s) loaded.
    2011-08-24 18:29:06 [INFO] [MobBounty] v4.1 (Oxygen) enabled.
    2011-08-24 18:29:06 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-08-24 18:29:06 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-08-24 18:29:06 [INFO] [MobBounty] Config loaded.
    2011-08-24 18:29:06 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-08-24 18:29:06 [INFO] Using locale fr_FR
    2011-08-24 18:29:06 [INFO] Using locale fr_FR
    2011-08-24 18:29:06 [INFO] Essentials version 2.5.7 par [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] a ?t? charg?
    2011-08-24 18:29:06 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-08-24 18:29:06 [INFO] Found Diamonds STARTED
    2011-08-24 18:29:07 [INFO] [MultiHome] Version 0.9.7 loaded.
    2011-08-24 18:29:07 [INFO] [HeroicDeath] 1.9.1 enabled.
    2011-08-24 18:29:07 [INFO] SignColours version 1.0 by ichingpow enabled.
    2011-08-24 18:29:07 [INFO] [ChestShop] version 3.01 initialized!
    2011-08-24 18:29:07 [INFO] [ChestShop] iConomy 5 loaded.
    2011-08-24 18:29:07 [INFO] [ChestShop] Permissions version 2.7.7 loaded.
    2011-08-24 18:29:07 [INFO] [ChestShop] LWC version 3.31 loaded.
    2011-08-24 18:29:07 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-08-24 18:29:07 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-24 18:29:07 [INFO] [iConomy] hooked into Permissions.
    2011-08-24 18:29:07 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-08-24 18:29:07 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    2011-08-24 18:29:07 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v10 loaded.
    2011-08-24 18:29:07 [INFO] EssentialsChat version 2.5.7 par essentials team a ?t? charg?
    2011-08-24 18:29:07 [INFO] [Shortcuts] v0.2.5 by [narrowtux] enabled.
    2011-08-24 18:29:07 [INFO] [NarrowtuxLib] v0.6.0 by [narrowtux] enabled.
    2011-08-24 18:29:07 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-08-24 18:29:07 [INFO] [HealthBar] Loading..
    2011-08-24 18:29:07 [INFO] [HealthBar] Loaded up plugin... Version 0.5.
    2011-08-24 18:29:07 [INFO] Version: 60
    2011-08-24 18:29:07 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-24 18:29:08 [INFO] EssentialsProtect version 2.5.7 par essentials team a ?t? charg?
    2011-08-24 18:29:08 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame) Single session is enforced.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame) TNT ignition is PERMITTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame) Lighters are PERMITTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame) Lava fire is blocked.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame) Fire spread is UNRESTRICTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: Loaded configuration for world 'servergame"
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame_nether) Single session is enforced.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame_nether) TNT ignition is PERMITTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame_nether) Lighters are PERMITTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame_nether) Lava fire is blocked.
    2011-08-24 18:29:08 [INFO] WorldGuard: (servergame_nether) Fire spread is UNRESTRICTED.
    2011-08-24 18:29:08 [INFO] WorldGuard: Loaded configuration for world 'servergame_nether"
    2011-08-24 18:29:08 [INFO] WorldGuard: 5 regions loaded for 'servergame'
    2011-08-24 18:29:08 [INFO] WorldGuard: 0 regions loaded for 'servergame_nether'
    2011-08-24 18:29:08 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-08-24 18:29:08 [INFO] WorldGuard 5.2.2 enabled.
    2011-08-24 18:29:08 [INFO] [Landmarks] Loading /home/nicquehen/minecraft/plugins/Landmarks/../dynmap/web/markers.json
    2011-08-24 18:29:08 [INFO] [Landmarks] Successfully loaded 72 markers.
    2011-08-24 18:29:08 [INFO] [Landmarks] Landmarks 0.3 enabled.
    2011-08-24 18:29:08 [INFO] BookWorm 'Spout' support enabled.
    2011-08-24 18:29:08 [INFO] BookWorm v1.6.1 loaded!
    2011-08-24 18:29:08 [INFO] [ItemLogger] ItemLogger v1.031 enabled
    2011-08-24 18:29:08 [INFO] [ItemLogger] ItemLogger config file found, loading config...
    2011-08-24 18:29:08 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-08-24 18:29:08 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-08-24 18:29:08 [INFO] [MagicCarpet] Using Permissions.
    2011-08-24 18:29:08 [INFO] FootChicken has been enabled!
    2011-08-24 18:29:08 [INFO] [SortInventory] Permissions3/SuperpermBridge is detected. Permissions v2.7.7
    2011-08-24 18:29:08 [INFO] [SortInventory] PermissionsEx is detected.
    2011-08-24 18:29:08 [INFO] [SortInventory] OBS. More than one permission system detected. The test sequence is: PermissionsBukkit, Permissions/PermissionsBridges, PermissionsEx
    2011-08-24 18:29:08 [INFO] [SortInventory] Spout is detected.
    2011-08-24 18:29:08 [INFO] [SortInventory] SpoutBackpack is detected.
    2011-08-24 18:29:08 [INFO] [SortInventory] SortInventory version 1.3 is enabled!
    2011-08-24 18:29:08 [INFO] EssentialsSpawn version 2.5.7 par essentials team a ?t? charg?
    2011-08-24 18:29:08 [INFO] [NoSpawn] Permissions found, using Permissions!
    2011-08-24 18:29:08 [INFO] NoSpawn version 1.5.3 is enabled!
    2011-08-24 18:29:08 [INFO] [Statistician] Version 1.3 By ChaseHQ Starting Up...
    2011-08-24 18:29:08 [INFO] [Statistician] Found Permissions Plugin
    2011-08-24 18:29:08 [INFO] [Statistician] Succesfully Hooked Into Permissions
    2011-08-24 18:29:09 [INFO] [dynmap] Loaded 12 shaders.
    2011-08-24 18:29:09 [INFO] [dynmap] Loaded 56 perspectives.
    2011-08-24 18:29:09 [INFO] [dynmap] Loaded 6 lightings.
    2011-08-24 18:29:09 [INFO] [dynmap] Loaded 3 maps of world 'servergame'.
    2011-08-24 18:29:09 [INFO] [dynmap] Loaded 2 maps of world 'servergame_nether'.
    2011-08-24 18:29:09 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-08-24 18:29:09 [INFO] [dynmap] version 0.20.1 is enabled
    2011-08-24 18:29:09 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-24 18:29:09 [INFO] LWC: Permissions API: [31mNijiPermissions[0m
    2011-08-24 18:29:09 [INFO] LWC: Currency API: [31miConomyCurrency[0m
    2011-08-24 18:29:09 [INFO] LWC: Loading MySQL[0m
    2011-08-24 18:29:09 [INFO] LWC: Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )[0m
    2011-08-24 18:29:10 [INFO] LWC: Precached 4110 protections.
    2011-08-24 18:29:10 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-24 18:29:10 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB #1060
    2011-08-24 18:29:10 [INFO] (NoCheat) Did you know? NoCheat supports the new "SuperPerms" system. You can activate it in the config file.
    2011-08-24 18:29:10 [INFO] [NoCheat] version [1.14e] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-08-24 18:29:10 [INFO] [NoCheat] version [1.14e] is enabled with the following checks: moving speedhack infinitedurability flying fastswim
    2011-08-24 18:29:10 [INFO] [HawkEye] Starting HawkEye initiation process...
    2011-08-24 18:29:10 [INFO] [HawkEye] Using PermissionsEx for user permissions
    2011-08-24 18:29:10 [INFO] [HawkEye] Performing update check...
    2011-08-24 18:29:11 [INFO] [HawkEye] No updates available for HawkEye
    2011-08-24 18:29:11 [INFO] [HawkEye] Starting database cleanse thread
    2011-08-24 18:29:11 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled
    2011-08-24 18:29:11 [INFO] [HawkEye] Version 1.0.4 enabled!
    2011-08-24 18:29:11 [INFO] [SpoutBackpack] Permissions found, will use it.
    2011-08-24 18:29:11 [INFO] [SpoutBackpack] Jail found, will use it.
    2011-08-24 18:29:11 [INFO] [SpoutBackpack] Version 1.9.5 is now enabled.
    2011-08-24 18:29:11 [INFO] [SpoutBackpack] Inventories loaded.
    2011-08-24 18:29:11 [INFO] [SpoutBackpack] Payment method found (iConomy v5).
    2011-08-24 18:29:11 [INFO] WorldBorder version 1.4.1 loading
    2011-08-24 18:29:11 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 5.[0m
    2011-08-24 18:29:11 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.[0m
    2011-08-24 18:29:11 [INFO] [WorldBorder] [CONFIG] World "servergame" has border radius 1503 at X: 489.5 Z: 200.5[0m
    2011-08-24 18:29:11 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7[0m
    2011-08-24 18:29:11 [INFO] For reference, the main world's spawn location is at X: 426 Y: 103 Z: 223
    2011-08-24 18:29:11 [INFO] [WormholeXTreme][v1.011] Boot sequence initiated...
    2011-08-24 18:29:11 [INFO] [WormholeXTreme][v1.011] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    2011-08-24 18:29:11 [INFO] [WormholeXTreme] 4 Wormholes loaded from WormholeDB.
    2011-08-24 18:29:11 [INFO] [WormholeXTreme] Attached to Permissions version 2.7.7
    2011-08-24 18:29:11 [INFO] [WormholeXTreme] Simple Permissions Enabled
    2011-08-24 18:29:11 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    2011-08-24 18:29:11 [INFO] [WormholeXTreme][v1.011] Boot sequence completed
    2011-08-24 18:29:11 [INFO] ScrollingMenuSign: Permissions detected
    2011-08-24 18:29:11 [INFO] ScrollingMenuSign: CommandSigns API not available
    2011-08-24 18:29:11 [INFO] ScrollingMenuSign: read 4 macros from file.
    2011-08-24 18:29:11 [INFO] ScrollingMenuSign: ScrollingMenuSign version 0.5.1 is enabled!
    2011-08-24 18:29:11 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-24 18:29:11 [INFO] Done (0.872s)! For help, type "help" or "?"
    Oo sorry is my old config file the tree change i do the modification and i retest

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

    briman0094

    Can you please post your config?
     

Share This Page