[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

    Codisimus

    To pay with items, put the items in a linked chest and punch it (no button is used)
     
  3. Offline

    Spamandritz

    it says its able to, but doesnt say how...i just spent like 40 min looking through this thread to see if you said this anywhere and now i find nothing reaching the last page... so codisimus, is there support for this? and if so, how do i use it?
     
  4. Offline

    Codisimus

    I didn't program in the command yet...
     
  5. Offline

    Darkbanisher

    No its not.
    All you have posted is a link to a download page.
    And the only option to get the changelog that I can see is the ones that say all versions + changelog.
    Like I said, I don't want all versions.
    I just want the changelog.
     
  6. Offline

    Travis_Hironak

    There is a spoiler at the end of the first post with the full changelog of Turnstile ;).
     
  7. Offline

    Bharel

    Turnstiles are breakable, no console error. Running iConomy 5, CB #740, TS v.1.6.1 Help?
     
  8. Offline

    Darkbanisher

    Yeah I noticed when my internet browser fixed up to a serious degree of functionalilty.
    My bad.

    However something odd happened with my ts.

    I made a test one.
    And when I attempted to use the bank command on myself it failed and would not allow anymore editing so I had to remove it manualy by removing the info in the file.

    I assume I was an idiot again and did not notice how it was allready credited to me.
    Don't know why that bug occured tho, it shouldn't have.
    Here is the error/bug in server log.

    Code:
    2011-05-08 15:48:50 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:216)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: cosine.boseconomy.BOSEconomy
        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)
        ... 16 more
    2011-05-08 15:48:59 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:216)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:49:02 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: dk.earthgame.TAT.BankAccount.BankAccount
        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)
        ... 16 more
    2011-05-08 15:49:05 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:49:21 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:161)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:49:30 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:203)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:08 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:17 [SEVERE] Could not pass event BLOCK_BREAK to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstileBlockListener.onBlockBreak(TurnstileBlockListener.java:39)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:400)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:20 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:21 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:22 [SEVERE] Could not pass event BLOCK_BREAK to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstileBlockListener.onBlockBreak(TurnstileBlockListener.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:400)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:50:42 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstilePlayerListener.onPlayerCommandPreprocess(TurnstilePlayerListener.java:203)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:230)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:669)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:10 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:13 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:16 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:23 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:25 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-08 15:51:26 [SEVERE] Could not pass event BLOCK_BREAK to Turnstile
    java.lang.NoClassDefFoundError: cosine/boseconomy/BOSEconomy
        at Turnstile.TurnstileMain.isBankOwner(TurnstileMain.java:218)
        at Turnstile.Turnstile.isOwner(Turnstile.java:400)
        at Turnstile.TurnstileBlockListener.onBlockBreak(TurnstileBlockListener.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:400)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:436)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    Ande I don't even use BOSEconomy I have an iConomy 5 server -_-
     
  9. Offline

    Bharel

    [Idea]
    How about make some turnstiles require the user to walk from one direction to the other? Sort of one way turnstiles.
    [/Idea]

    The most important bugfix ever! Make turnstiles be used with right click too :S Many players kept telling me that they don't work, nudged me for ages, after a few weeks trying every possible thing, apperantly they were right clicking the buttons.... FML
    Thanks,
    Bharel

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

    Solest

    I also have this same problem. Just updated to iConomy 5 and CB #740. Everything works fine except the fact that they are destroyable structures... though pushing the button actually will respawn them :p

    Perhaps just a bug in the version?
     
  11. Offline

    Specops343

    Wait, so how do i make it so a turnstile doesnt have a price, but still requires the permissions node to get in?
    And is there a way to make it so they are able to get into certain turnstiles, but not others?
     
  12. Offline

    DJ_Idol

    Hm.

    I'm running v1.6.1, CB#740, and iConomy v5. The Turnstiles work (for me only), but don' take any money from my account. It could be because I made the Turnstile. Also, when I click, it says "105 Coins deducted etc. etc.", but my currency name isn't Coins, any way to fix that? Not as big of a deal as noone being able to use them though ;)
     
  13. Offline

    DaanSterk

    When me or anyone else creates a turnstile, and set a price on it, it gives an error saying that we have insufficient funds.
    Am I doing something wrong, or is this a bug?
     
  14. Offline

    fugue2005

    this also doesn't handle major and minor properly in with iconomy.

    i want to charge 2.50 for a turnstile but can't
    also as above my major currency isn't coins.
     
  15. Offline

    Borito

    Hi
    getting this error aber push the Button next to the Fence:
    Code:
    2011-05-15 01:35:18 [SEVERE] Could not pass event PLAYER_INTERACT to Turnstile
    java.lang.NoClassDefFoundError: dk/earthgame/TAT/BankAccount/BankAccount
        at Turnstile.TurnstileMain.charge(TurnstileMain.java:186)
        at Turnstile.Turnstile.checkBalance(Turnstile.java:126)
        at Turnstile.TurnstilePlayerListener.onPlayerInteract(TurnstilePlayerListener.java:318)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:280)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:438)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Bukkit: 766
    TS: 1.6.1
    iConomy: 5.0.1

    Hope you can Help me
     
  16. When I set a player with only numbers in his name as the owner of a turnstile, said turnstile won't work anymore.
     
  17. Offline

    Zaros

    It says I do not have permission for them, when my group has '*'. Even ranks that had them specified did not work.

    They are on Veteran, Mod, and Admin.

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Guest:
            default: true
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - minecraft.help
            - minecraft.say
            - minecraft.me
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.spawn
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami
            - commandbook.whereami.*
            - commandbook.ping
            - SimpleAlias.*
            - heroicrebuke.list
            - nocheat.moving
        Veteran:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Guest
            permissions:
            - controllerblock.create
            - turnstile.use
            - turnstile.make
            - turnstile.link
            - turnstile.price
            - turnstile.owner
            - turnstile.delete
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Veteran
            permissions:
            - bb.admin.watch
            - commandbook.teleport
            - commandbook.teleport.*
            - commandbook.time
            - griefalertr.view
            - griefalertr.ignore
            - griefalertr.stick
            - nocheat.notify
            - nocheat.p
            - heroicrebuke.add
            - heroicrebuke.clear
            - heroicrebuke.active
            - heroicrebuke.info
            - heroicrebuke.list.others
            - petition
            - petition.*
            - controllerblock.modifyOther
            - controllerblock.destroyOther
            - turnstile.admin*
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
            - Mod
            permissions:
            - bb.admin.*
            - commandbook.give
            - commandbook.give.*
            - commandbook.clear
            - commandbook.clear.*
            - commandbook.slap
            - commandbook.slap.other
            - commandbook.rocket
            - commandbook.rocket.other
            - commandbook.barrage
            - commandbookbarrage.other
            - controllerblock.admin
            - nocheat.*
            - heroicrebuke.*
            - worldedit.*
            - worldedit.clipboard.*
            - worldedit.generation.*
            - worldedit.history.*
            - worldedit.navigation.*
            - worldedit.region.*
            - worldedit.scripting*
            - worldedit.selection.*
            - worldedit.wand.toggle
            - worldedit.analysis.*
            - worldedit.snapshots.*
            - worldedit.superpickaxe
            - worldedit.superpickaxe.*
            - worldedit.tool.*
            - worldedit.brush.*
            - worldedit.fill.*
            - permissions.group
            - turnstile.admin.ignore.*
        Owner:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    Edit:

    When specifying turnstile.* under my user, I can use it.
     
  18. Offline

    Codisimus

    I'm sorry for taking so long but I finally updated this, I changed most of the permission nodes and added new commands (see original post). I also made a tutorial which should clear up many questions. Feel free to re-ask something if the video does not help.
     
  19. Offline

    xjustinjx

    beasttttttttttt
     
  20. Offline

    Borito

    Hi

    I have createt a fear TS and set a price. But at my tests there is now money taken from me.

    TS: 1.7
    Bukkit: 766
    And i not using iConomy
     
  21. If you're testing it as an admin then you're doing it wrong. I highly recommend you familiarize yourself with permissions and what - '*' permission does to you. Long story short - you're probably affected by turnstile.openfree permission.
    Forgive me if I'm wrong and it's an actual bug. It's just that it's working fine for me. Up until today it was the only plugin from Codisimus that was working fine for me. (no offence Codisimus :))
     
  22. Offline

    Codisimus

    Actually this is proly because you are the owner of the Turnstile. This means that all money (including yours) will go back to you. Try setting the owner to "server" or another player and you should notice money being taken.

    @tr0y no offence taken, I know I've been slacking off on these and I'm trying to make it up now. I got rid of the config options to disable the openfree and makefree nodes so you may be correct. I guess I should proly add them back in.

    EDIT: re-added the options in the config for version 1.7.1, You'll have to delete the old config to allow it to create a new one.
     
  23. Offline

    Blazednlovinit

    What does the second video show us? is it anything to do with this plugin?
     
  24. Offline

    Codisimus

    It is just a video that shows how to use many of my plugins (this one included)
     
  25. Offline

    xjustinjx

    i havn't tried yet, but how do i set group access to multiple users

    /ts access [name] admin;builder?
     
  26. Offline

    Codisimus

    this can't be done yet, perhaps make two separate Turnstiles?
     
  27. Offline

    LordCrazyKing

    Would it be possible to get the permission nodes for v1.6? (I changed them before i realised that i need iConomy5 for the latest version)
    Alternatively would it be possible to get back iConomy4.6 support as a bunch of plugins i use aren't updating to iConomy5 (or have support for both versions)?
     
  28. Offline

    King_Pikmin

    Every time I make a turnstile, it says I don't have enough money and won't let me through. It only works when it's free. I'm using the correct economy in the config.yml (iConomy), but it just doesn't wanna work. Any other info you need from me to help me out?
     
  29. Offline

    Codisimus

    using iConomy 5?
     
  30. Offline

    King_Pikmin

    I'm not sure. I'll download and install iConomy 5 and see if it changes.

    EDIT: Ok, my iConomy was outdated. Anyway, can you make it so that you can pay in decimal amounts? Anytime I try doing that, it just brings up the command list (Meaning my command wasn't accepted).
     
  31. Offline

    LucidLethargy

    So if I allow my guys the permission to make turnstiles, do the new permission nodes mean they can also delete any I create, or only those THEY create? I'm hoping the former... Anyway love your work, and this plugin!
     

Share This Page