[RPG/MECH] Turnstile v1.9.1 - Charge players money/items to enter an area [953]

Discussion in 'Inactive/Unsupported Plugins' started by Codisimus, Mar 15, 2011.

  1. Offline

    Codisimus

    This page will no longer be updated. Please follow this project at the Bukkit Dev Page

    Turnstile - Charge players money/items to enter an area:
    Version: 1.9.1 (7/16/2011)
    Supports iConomy, BOSEconomy, Essentials, Permissions
    Download Page

    This plugin is used to create a Turnstile to prevent players from entering certain locations without paying money/items.

    The Turnstile is made up of a fence block, this block will disappear when a linked button is clicked. The block will reappear when walked through or after a certain amount of time. Money is deducted from the user when they press the button (or walk through the Turnstile if 'NoFraud' is set to true in the config). All money deducted is given to the owner/bank of the Turnstile.

    Turnstiles can also charge items by linking a chest instead of a button. Put the required item in and punch the chest to open the Turnstile.

    Format of Save file:
    Show Spoiler

    Code:
    DreknorIn;1;4;13;2;scudmaster;Codys_World;-174;55;-102;
    -175:55:-101;-174:55:-99;
    
    [Name];[Price];[Earned];[ItemID.Damage Value];[Amount of item];[Owner];[WorldName][x];[y];[z](of location of Turnstile);
    [x];[y];[z](of location of linked button/chest);[x];[y];[z] (of location of linked button/chest);

    Features:
    • Configurable properties.
    • Custom messages
    • No Fraud mode (Turnstile doesn't charge until walked through)
    • Restrict use of a specific Turnstile to a certain group
    • Make a Turnstile Free or Locked during a certain time of day
    • Autoclose timer
    • Create private Turnstiles only you can use
    • Only owners and admins can destroy Turnstile blocks, buttons, and chests
    • Edit turnstiles easily in game or in the save file
    • Only the owner/bank owner can edit a turnstile
    • Turnstiles can charge specific items instead of money
    • Durability support
    • Turnstiles can also be free to use
    • Charge users money to create turnstiles
    • Set different Turnstiles to unique prices and owners/banks
    • List and locate Turnstiles
    • MultiWorld support
    • Uses iConomy, BOSEconomy or Essentials to charge users money
    • Permissions to limit players from using turnstiles, for all commands (except help), and for admins
    • Included in CraftBukkitUpToDate for easy updating (make sure you come check the changelog if somthing is not working right)
    Commands:
    Commands can be written as /turnstile or /ts
    Show Spoiler

    • /ts make [Name] - Make target fence block into a Turnstile
    • /ts link [Name] - Link target block with Turnstile
    • /ts rename [Name] [NewName] - Renames the Turnstile
    • /ts unlink [Name] - Unlink target block with Turnstile
    • /ts delete [Name] - Delete Turnstile and unlink blocks
    • /ts price [Name] [Price] - Set cost of Turnstile
    • /ts price [Name] [ItemID(.Damage)] [Amount] - Set cost to item
    • /ts access [Name] public - Allow anyone to open the Turnstile
    • /ts access [Name] private - Allow only the owner to open
    • /ts access [Name] [Group] - Allow only specific Group to open
    • /ts free [Name] [TimeStart-TimeEnd] - Free during timespan
    • /ts locked [Name] [TimeStart-TimeEnd] - Locked during timespan
    • /ts earned [Name] - Display money the Turnstile earned
    • /ts collect - Retrieve items from the target Turnstile chest
    • /ts owner [Name] [Player] - Send money for Turnstile to Player
    • /ts bank [Name] [Player] - Send money for Turnstile to Bank
    • /ts list - List all Turnstiles
    • /ts info - Gives info of Turnstile
    • /ts help - Displays Turnstile help page

    Permission Nodes:
    Show Spoiler

    • turnstile.open - Needed to be able to activate Turnstiles
    • turnstile.openfree - Player/Group is not charged to open Turnstiles
    • turnstile.make - Needed to make/link/unlink/delete Turnstiles
    • turnstile.makefree - Player/Group is not charged to make Turnstiles
    • turnstile.set.free - Allows Player/Group to use /ts free
    • turnstile.set.locked - Allows Player/Group to use /ts locked
    • turnstile.set.price - Allows Player/Group to use /ts price
    • turnstile.set.owner - Allows Player/Group to use /ts owner
    • turnstile.set.access - Allows Player/Group to use /ts access
    • turnstile.set.bank - Allows Player/Group to use /ts bank
    • turnstile.earned - Allows Player/Group to use /ts earned
    • turnstile.admin.list - Allows Player/Group to use /ts list
    • turnstile.admin.info - Allows Player/Group to use /ts info
    • turnstile.admin.ignoreowner - Player/Group can edit any Turnstile regardless of being the owner

    Tutorial:
    NOTE: New Tutorial video, Please watch before asking questions.




    ToDo:
    • Send items to owner
    • Add option of using a door instead of a fence block
    • Add pressure plate support
    Changelog:
    Old Versions + ChangeLog can be found at Download Page
    Show Spoiler

    Version 1.9.1 (7/16/2011)
    • Added rename command
    • Now allows multiple Turnstiles per block
    • Fixed Access
    • Added color support for all customizable messages
    Version 1.9 (6/26/2011)
    • Improved OP options
    • Updated Economy support
    • Fixed collect command
    • Added option of door instead of block
    • Added pressure plate support
    Version 1.8 (6/12/2011)
    • Cleaned up code/fixed errors
    • Added /ts collect command to retrieve earned items
    Version 1.7.6 (6/4/2011)
    • Cleaned up errors and added error messages
    Version 1.7.5 (6/3/2011)
    • Various fixes and code cleanup
    Version 1.7.4 (6/3/2011)
    • Added Essentials econ support
    Version 1.7.3 (5/20/2011)
    • Fixed durability support
    Version 1.7.2 (5/20/2011)
    • Added decimal support
    Version 1.7.1 (5/16/2011)
    • Readded the useOpenFreeNode and useMakeFreeNode options in config
    Version 1.7 (5/15/2011)
    • Changed permission nodes
    • Allow right clicking a button to open
    • Made Turnstiles unbreakable
    • Added command to allow group specific Turnstiles
    Version 1.6.1 (5/4/2011)
    • Updated to iConomy 5
    • Few various fixes
    Version 1.6 (4/29/2011)
    • Added durability support
    • Added custom messages
    • Fixed reload issues
    • Added No Fraud mode (Turnstile charges when walked through)
    • Added option to restrict use of a specific Turnstile to a certain group
    • Added option of making a Turnstile Free or Locked during a certain time of day
    • Added autoclose timer
    Version 1.5 (4/15/2011)
    • Improved multiworld support
    • Other various fixes
    Version 1.4.3 (4/4/2011)
    • Fixed isOp() conflicting with Permissions
    Version 1.4.2 (3/31/2011)
    • Few minor fixes
    • Works with build #612
    Version 1.4.1 (3/30/2011)
    • Can now use with left or right hand
    Version 1.4 (3/30/2011)
    • Fixed turnstile creation
    Version 1.3.3 (3/30/2011)
    • Updated to build #602
    • Changed the way you create turnstiles. Now you must target the fence block that will become a Turnstile
    Version 1.3.2 (3/28/2011)
    • Added private Turnstiles, Set price to -808 to make it so only the owner can enter
    Version 1.3.1 (3/28/2011)
    • Fixed error of crashing if owners name is < 5 letters long
    Version 1.3 (3/26/2011)
    • Added protection for Turnstile blocks, buttons, and chests
    Version 1.2.1 (3/24/2011)
    • Various fixes
    Version 1.2 (3/23/2011)
    • Fixed multiworld support
    Version 1.1 (3/23/2011)
    • Fixed paying with items not opening Turnstile
    Version 1.0 (3/23/2011)
    • Added an autoclose timer (set to -1 as default in config file meaning it will stay open until walked through)
    • Added '/ts earned [Name]' command (no permission node)
    • Fixed config
    • Added option of setting price to all (saved as -411 in save file) which will clear a players balance as the cost
    • Fixed error of turnstile opening without enough money
    • Fixed permissions reload
    • Fixed/added lots of other things I can't even remember
    Version 0.9 (3/22/2011)
    • Fixed error of no confirmation messages for iConomy
    • Added a check to make sure the balance has enough money
    • Implemented option of paying with a specific item
    • Added config file with the following options
      • CostToMakeTurnstile=0
      • useIgnorePriceNode=False
      • useIgnoreCostNode=False
    Version 0.8.3 (3/19/2011)
    • Fixed unknown command spamming chat
    • Fixed no Economy message spamming
    • Changed /ts locate to /ts info (turnstile.admin.info)
    Version 0.8.2 (3/19/2011)
    • Added multiworld support (you must rename save files to Turnstile[WorldName].save or turnstiles will not be loaded)
    Version 0.8.1 (3/18/2011)
    • Fixed /ts bank not working
    • Added /ts bank to help page
    • /ts bank now only works with BOSEconomy linked
    Version 0.8 (3/18/2011)
    • Added support for BOSEconomy banks
    • New node turnstile.admin.bank
    • New command /ts bank [Name] [Bank]
    Version 0.7.1 (3/17/2011)
    • Mispelled commands display help screen
    • If owner is set to "server" then money is not added or deducted from the owner
    • Button now only works when turnstile is closed
    Version 0.7 (3/17/2011)
    • Turnstile now closes after being walked through
    • Fixed error of "Turnstile successfully loaded with Permissions!" being displayed multiple times
    Version 0.6.1 (3/16/2011)
    • Fixed error that Permissions was required
    Version 0.6 (3/16/2011)
    • Added support for Permissions
    Version 0.5 (3/16/2011)
    Version 0.4 (3/15/2011)
    • Limited commands to the owner of the turnstile
    • Other various fixes
    Version 0.3 (3/15/2011)
    • Initial Release
     
  2. Offline

    GmK

    If you could fix the permission problem first that would be great ;)

    1.7.2 works perfect, 1.7.3 doesnt allow anything anymore.

    Apart from that, fantastic plugin!
     
  3. Offline

    Tarnacki

    Do you think you could link this with a dispenser so that it shoots whatever is in it out?
     
  4. Offline

    Codisimus

    Thinking about adding a /collect command so you have to use it to get money/items from a Turnstile. Money will no longer be added to your right to your account. I feel that this makes more sense in the Minecraft World. Any objections? If so I can make this optional, otherwise I will add it soon.
     
  5. Offline

    RTRD

    @Codisimus Add support for Essentials Eco? :)

    EDIT: NVM, read the some post above this one. xD

    So when is it comming then? :p
     
  6. Offline

    Codisimus

    I will release it for the next craftbukkit build
     
  7. Offline

    RTRD

    Ok, cool! :D
     
  8. Offline

    hofec

    ok ok.. can u please send me 1.7.2 version of jar ?

    Or can u Codisimus please ?

    I can no longer stand this op sh*t (and yes, i have all permissions in my world yml .. ) :eek:
     
  9. Offline

    GmK

    They're all available on Codisimus page, just scroll down ;)
     
  10. Offline

    hofec

    ou .. thank you ! now i'm on 1.7.2 and all works as well :cool:
     
  11. Offline

    omerdn1

    please update this mod!
     
  12. Offline

    GrindGod

    i thought of using ts for renting rooms/houses/places/farms... but this makes only sense if the one who rents does have acces for a longer time, but only him having access.

    Something like renting a room for 30 ingame days OR 30 livetime days.

    I do not know if this is possible in someway.. but this would be a great feature:)
     
  13. Offline

    paste120

    Works for me on 818 :D Only issue is that it didn't generate config file so mine is blank and I have no idea what goes inside :(

    Edit:
    Used someones posted config file.

    When a user activates and walks through
    Code:
    04:14:54 [SEVERE] Could not pass event PLAYER_MOVE to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:155)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:139)
        at Turnstile.TurnstilePlayerListener.onPlayerMove(TurnstilePlayerListener.java:371)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    And when I try to set price via command

    Code:
    04:09:12 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:184)
        at Turnstile.Turnstile.isOwner(Turnstile.java:411)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:99)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:271)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: cosine.boseconomy.BOSEconomy
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 16 more
    
    Bukkit: 818
    TS: 1.6.1
    iConomy: 5.0.1
     
  14. Offline

    omerdn1

    And when exactly!?
     
  15. Offline

    Codisimus

    Updated to 818, and added essentials econ support. Please repost any errors that are still occurring
     
  16. instead of a door is it possible for two fences stacked? would that be easier?
     
  17. Offline

    Codisimus

    actually it wouldn't bc it would cause suffucation
     
  18. Offline

    SierraDelta

    Sorry to be a bother, but using Turnstile 1.7.4 on 819 using iConomy 5.0.1 gives:
    Code:
    2011-06-03 11:43:08 [SEVERE] Error occurred while enabling Turnstile v1.7.4 (Is it up to date?): com/nijikokun/register/payment/Methods
    java.lang.NoClassDefFoundError: com/nijikokun/register/payment/Methods
        at Turnstile.PluginListener.<init>(PluginListener.java:16)
        at Turnstile.TurnstileMain.onEnable(TurnstileMain.java:67)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.register.payment.Methods
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    I didn't have this issue using Turnstile 1.7.3.
     
  19. Offline

    omerdn1

    looks like it can't make a turnstile folder
    can you upload a zip file containing the jar and the folder?
     
  20. Offline

    esiao

    I have this error when I push the button :
    Code:
    [SEVERE] Could not pass event PLAYER_MOVE to Turnstile
    java.lang.NullPointerException
    at Turnstile.Register.charge(Register.java:16)
    at Turnstile.Turnstile.checkBalance(Turnstile.java:138)
    at Turnstile.TurnstilePlayerListener.onPlayerMove(TurnstilePlayerListener.java:371)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And nothing is taken on my iConomy account. I'm not the owner of the turnstile, i'm not in the admin group and i'm not op !
     
  21. Offline

    Codisimus

    all files can be found inside the jar
     
  22. Offline

    vrox

    Im using 818, and I get this error when I start up the server:

    Code:
    2011-06-05 01:01:38 [SEVERE] Error occurred while enabling Turnstile v1.7.6 (Is it up to date?): null
    java.lang.NumberFormatException: null
    	at java.lang.Integer.parseInt(Unknown Source)
    	at java.lang.Integer.parseInt(Unknown Source)
    	at Turnstile.TurnstileMain.loadConfig(TurnstileMain.java:132)
    	at Turnstile.TurnstileMain.onEnable(TurnstileMain.java:56)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    	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)
    
     
  23. Offline

    Codisimus

    post your config file please
     
  24. Offline

    daankorssen

    YEAHH! thanks for the essentails support!
     
  25. Offline

    vrox

    Never mind, I deleted my config and it works fine now.
     
  26. Offline

    SierraDelta

    Update to Turnstile 1.7.6 on iConomy 5.0.1, Craftbukkit 823 results in:

    Code:
    2011-06-05 17:28:01 [SEVERE] Error occurred while enabling Turnstile v1.7.6 (Is it up to date?): com/nijikokun/register/payment/Methods
    java.lang.NoClassDefFoundError: com/nijikokun/register/payment/Methods
        at Turnstile.PluginListener.<init>(PluginListener.java:16)
        at Turnstile.TurnstileMain.onEnable(TurnstileMain.java:64)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        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:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.register.payment.Methods
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    Edit: I read through the thread and deleted my config file. Works just fine now. :)
     
  27. Offline

    Hitman4Hire

    I have not change my config in any way (ts config), and when I try to make a turnstile it tells me I don't have permission. Even though I have a - '*' node

    Running 818, latest ts and iconomy. No errors in my log

    Code:
    ^[[ALast login: Mon Jun  6 20:14:55 on ttys000
    The-Hax0r:~ Sandro$ /Users/Sandro/Desktop/\ /1.6.6\ Server/Run.command ; exit;
    148 recipes
    16 achievements
    20:36:46 [INFO] Starting minecraft server version Beta 1.6.6
    20:36:46 [INFO] Loading properties
    20:36:46 [INFO] Starting Minecraft server on *:25565
    20:36:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    20:36:47 [INFO] Preparing level "Home"
    20:36:47 [INFO] Preparing start region for level 0
    20:36:48 [INFO] Preparing spawn area: 32%
    20:36:49 [INFO] Preparing spawn area: 89%
    20:36:52 [INFO] [Permissions] (Phoenix) was Initialized.
    20:36:52 [INFO] While loading Reagent (plugins/reagent.jar) found old-data folder: plugins/reagent next to the new one: plugins/Reagent
    20:36:53 [INFO] ControllerBlock: 1.18 by Hell_Fire
    20:36:53 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    20:36:53 [INFO] [WormholeXTremeWorlds][v0.4][By alron]Load Beginning.
    20:36:53 [INFO] [WormholeXTremeWorlds]Config Loaded
    20:36:53 [INFO] [WormholeXTremeWorlds]World Config Loaded: Home.xml
    20:36:53 [INFO] [WormholeXTremeWorlds]World Config Loaded: world.xml
    20:36:53 [INFO] [WormholeXTremeWorlds]Auto-loaded 1 worlds.
    20:36:53 [INFO] [WormholeXTremeWorlds][v0.4]Load Completed.
    20:36:53 [INFO] [AimCannon] version 0.4 is enabled!
    20:36:53 [INFO] [ArrowWall]: Permissions enabled.
    20:36:53 [INFO] [ArrowWall]: version 0.4 enabled.
    20:36:53 [INFO] BlastControl version 1.0.4 is enabled!
    20:36:53 [INFO] BlockCantKeepUpSpam version 0.1 is enabled!
    20:36:53 [INFO] BlocksOnGlass version 0.22 is enabled!
    20:36:53 [INFO] Bukkit Flow Control version 0.0.4 loaded.
    20:36:53 [INFO] [Cabinet] Permissions found hooking in.
    20:36:53 [INFO] [Cabinet] version 0.8 is enabled!
    20:36:53 [INFO] [Citizens]: version [1.0.8e] (Realist) loaded
    20:36:55 [INFO] [iConomy] Logging is currently disabled.
    20:36:55 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    20:36:55 [INFO] [iConomy] Developed by: [Nijikokun]
    20:36:55 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    20:36:55 [INFO] ControllerBlock: Enabling full redstone check
    20:36:55 [INFO] ControllerBlock: Events registered
    20:36:56 [INFO] [CookieMonster] Attached to iConomy.
    20:36:56 [INFO] [CookieMonster]  v1.3.4 loaded successfully.
    20:36:56 [INFO] [CookieMonster]  Developed by: [jascotty2, Coelho]
    20:36:56 [INFO] Disposal Chest STARTED
    20:36:56 [INFO] Elevators version 1.4.2 is enabled and linked to Permissions! 7 elevators in world "Home" loaded.
    20:36:56 [INFO] Loaded Essentials build 2.2.7 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:36:56 [INFO] Loaded EssentialsChat build 2.2.7 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:36:56 [INFO] Loaded EssentialsSpawn build 2.2.7 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    20:36:56 [INFO] WallClimber version 0.0.1 is enabled!
    20:36:56 [INFO] [FireControl] Using permissions.
    20:36:56 [INFO] FireControl 1.1 enabled!
    20:36:56 [INFO] FLT Detector detected Permissions.
    20:36:56 [INFO] FLTDetector version 1.2.1 by <Soxra> has been enabled!
    20:36:56 [INFO] [Gills] - Gills version 2.3 is enabled!
    20:36:56 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    20:36:56 [WARNING] [HeroChat] Conflicting plugin detected: EssentialsChat. If you experience issues, please try disabling this plugin.
    20:36:56 [INFO] [HeroicDeath] 1.7.3.148 enabled.
    20:36:57 [INFO] [Humiliation] Permissions enabled.
    20:36:57 [INFO] [Humiliation] version 0.8 is enabled!
    20:36:57 [INFO] [?aInventorySort?f] Using [Permissions v2.6] for Permissions.
    20:36:57 [INFO] [?aInventorySort?f] version 1.9 is enabled!
    20:36:57 [INFO] [IOBookcase] version 1.32 by lonelydime is enabled!
    20:36:57 [INFO] ItemDetector version 0.0.1 is enabled!
    20:36:57 [INFO] [Jail] Loaded 0 jail zones.
    20:36:57 [INFO] [Jail] Loaded 0 prisoners.
    20:36:57 [INFO] Lampstone version 0.6 is enabled.
    20:36:57 [INFO] [Lampstone] 0 lampstones loaded.
    20:36:57 [INFO] [LC] Level Combat Loaded
    20:36:57 [INFO] [LC] Level Dexterity Loaded.
    20:36:57 [INFO] [LC] Level Excavation Loaded
    20:36:57 [INFO] [LC] Level Explosives 0.1 Loaded
    20:36:57 [INFO] [LC] Level Farming 0.1.7_01 Loaded
    20:36:57 [INFO] [LC] Level Forager 0.1 Loaded
    20:36:57 [INFO] [LC] Level Forgery 0.1.2 Loaded
    20:36:57 [INFO] [LC] Level Mining Loaded
    20:36:57 [INFO] [LC] Level Range Loaded.
    20:36:57 [INFO] [LC] Level Swimming Loaded
    20:36:57 [INFO] [LC] Level WoodCutting Loaded
    20:36:57 [INFO] [LC] Using Permissions.
    20:36:57 [INFO] [LC] Using FlatFile To Store Data.
    20:36:57 [INFO] [LC] LevelCraftCore 0.1.4 Loaded
    20:36:57 [INFO] [LC] Loaded levels:[WoodCutting, Range, Mining, Excavation, Swimming, Combat, Forgery, Forager, Explosives, Farming, Dexterity]
    20:36:57 [INFO] [LightningControl] v1.1 now enabled!
    20:36:57 [INFO] [LightningControl] Loaded configuration file.
    20:36:57 [INFO] [LightSwitch] version 2.0 loaded.
    20:36:57 [INFO] Lockette version 1.3.7 is being enabled!  Yay!  (Core version 1.0)
    20:36:57 [INFO] Lockette: Detected craftbukkit build [818] ok.
    20:36:57 [INFO] [Permissions] version [2.6] (Phoenix)  loaded
    20:36:57 [INFO] [HeroChat] Permissions 2.6 found.
    20:36:57 [INFO] [iConomy] hooked into Permissions.
    20:36:57 [INFO] Lockette: Linked to Permissions plugin version 2.6
    20:36:57 [INFO] Lockette: Using ops file for admin permissions.
    20:36:57 [INFO] Lockette: Ready to protect your containers.
    20:36:58 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    20:36:58 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.9_special_release_1 is enabled!
    20:36:58 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.1.3 is enabled!
    20:36:58 [INFO] [Minecart Mania] MinecartManiaStation version 1.1.0 is enabled!
    20:36:58 [INFO] [MinecartManiaTeleport] Permissions support enabled! Remember to set the appropriate permissions!
    20:36:58 [INFO] [MinecartManiaTeleport] Successfully loaded 2 teleporter signs
    20:36:58 [INFO] [MinecartManiaTeleport] version 1.2.2 enabled!
    20:36:58 [INFO] MobRider enabled
    20:36:58 [INFO] MobRider - Permissions Plugin Detected
    20:36:58 [INFO] [MonsterTamer]: version [1.33] (Commander) loaded
    20:36:58 [INFO] [mSafe] Version 2.7 is using Permissions!
    20:36:58 [INFO] [mSafe] Version 2.7 has been enabled!
    20:36:58 [INFO] [NoDrop] 0.2.3 is enabled!
    20:36:58 [INFO] [P2] version 2.3.1 has been enabled.
    20:37:03 [INFO] [P2Aliases] 1.1 Enabled.
    20:37:03 [INFO] Pitfall version 0.4a is enabled!
    20:37:03 [INFO] [PreciousStones] version [3.4] loaded
    20:37:03 [INFO] [PreciousStones] loaded 0 unbreakable blocks
    20:37:03 [INFO] [PreciousStones] loaded 0 forcefield blocks
    20:37:03 [INFO] QuizBlock 0.3 is enabled!
    20:37:03 [INFO] QuizBlock Successfully linked with Permissions!
    20:37:03 [INFO] Reagent v0.1 - Enabled.
    20:37:03 [INFO] [RealShop] load dependency : iConomy 5.x ok
    20:37:03 [INFO] [RealShop] Uses iConomy plugin (/money commands) as economy system
    20:37:03 [INFO] [RealShop] version [0.63] (tickleman) loaded
    20:37:03 [INFO] [SimpleSpleef] SimpleSpleef version 0.6 is enabled!
    20:37:03 [INFO] [SimpleSpleef] Using Permissions.
    20:37:03 [INFO] [SimpleSpleef] Successfully linked with iConomy 5.0+.
    20:37:03 [INFO] [Sprint] v0.9 is enabled!
    20:37:03 [INFO] Stargate v.0.4.8 is enabled.
    20:37:03 [SEVERE] Could not load Gate tinygate.gate - Gates must have exactly 2 control points.
    20:37:03 [INFO] [Stargate] Loaded 3 gate layouts
    20:37:03 [INFO] [Stargate] Gate layout on line 8 does not exist [tiny.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 10 does not exist [tiny.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 11 does not exist [tiny.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 12 does not exist [tiny.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 21 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 22 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 23 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 27 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 30 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] Gate layout on line 31 does not exist [big.gate]
    20:37:03 [INFO] [Stargate] {Home} Loaded 24 stargates with 0 set as always-on
    20:37:03 [INFO] [Stargate] Found Permissions (v2.6)
    20:37:03 [INFO] TimeAnnounce - Copyright 2011 - Shannon Wynter (http://fremnet.net) - Source released under GPL3
    20:37:03 [INFO] TimeAnnounce version 1.1 is enabled :)
    20:37:04 [INFO] Preparing spawn area for world, 36%
    20:37:08 [INFO] Preparing spawn area for world, 89%
    20:37:09 [INFO] 0 elevators in world "world" loaded.
    20:37:09 [INFO] [Stargate] {world} No stargates for world
    20:37:09 [INFO] Turnstile 1.7.3 is enabled!
    20:37:09 [INFO] Turnstile Successfully linked with Permissions!
    20:37:09 [INFO] Turnstile Successfully linked with iConomy!
    20:37:09 [INFO] WorldEdit 4.4 enabled.
    20:37:09 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20:37:09 [INFO] [WormholeXTremeWorlds][v0.4]Enable Beginning.
    20:37:09 [INFO] [WormholeXTremeWorlds]Attached to Permissions version 2.6
    20:37:09 [INFO] [WormholeXTremeWorlds]Help plugin is not yet available; there will be no Help integration until it is loaded.
    20:37:09 [INFO] [WormholeXTremeWorlds][v0.4]Enable Completed.
    20:37:09 [INFO] [iCoLand] Successfully linked with iConomy
    20:37:09 [INFO] [iCoLand] Successfully linked with Permissions
    20:37:09 [INFO] [iCoLand] Initializing land manager...
    20:37:11 [INFO] [iCoLand] Found iConomy Tax/Bank account: iCoLand
    20:37:11 [INFO] [iCoLand] Version [v2.45] (fattire) enabled. 18 lands found.
    20:37:12 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    20:37:12 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.1.4 is enabled!
    20:37:12 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.1.3 is enabled!
    20:37:12 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.1.2 is enabled!
    20:37:12 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.1.3 is enabled!
    20:37:12 [INFO] Done (2.480s)! For help, type "help" or "?"
    20:37:12 [INFO] [Citizens]: Loaded 8 NPCs.
    20:37:12 [INFO] ControllerBlock: Loaded v4 data - 1 ControllerBlocks loaded
    20:37:17 [INFO] [Minecart Mania] Loading Sensor Data.
    20:37:26 [INFO] Hitman4Hire [/5.24.16.25:49424] logged in with entity id 232 at (14.75, 31.0, -84.5625)
    20:37:26 [INFO] Loaded world: Home
     
  28. Offline

    LucidLethargy


    I just had the exact same problem, delete your config and have it regenerate!
     
  29. Offline

    axebyte

    Newest version on 818 not hooking up to iconomy, and throwing same as above, Love this pluign hopes it update soon. :D
     
  30. Offline

    ToastHelmi

    it dosent woke with craftbukkit 818 -.-
     
  31. Offline

    louis zook

    Hey everyone just had the same problem as above.. deleted my turnstile save file and the config file. Works fine now!
     

Share This Page