[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

    crakdmirror

    Please make wget-friendly links! =D

    Love the plugin, keep up the good work.
     
  3. Offline

    Joegabe

    Any chance of this getting support with EssentialsEco? The plugin is awesome but I can't use the charge feature with Essentials :(
     
  4. Offline

    Gritten

    Always used this plugin without any issues, however on version 617 it seems to have some issues on my side. I'm getting PLAYER_INTERACT issues, and while I can view the /ts list sometimes I can't make new turnstiles, the linking doesn't seem to work and the buttons that are linked don't open the turnstile - they are however deducting money from iconomy and sending to the correct player.
    If you require anymore information, let me know
    Gritten
     
  5. Offline

    Codisimus

    wget-friendly links?

    i wanted to do this but essentials doesnt allow other plugins to use its economy system
    @Gritten
    ill do sum tests...

    i found that most of these errors are from iConomy not working... try setting the price to 0 and in the config file change "CostToMakeTurnstile" to 0

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

    rbegs

    Is there a way to make it so only a certain group can use a specific turnstile? For instance, only "Builders" can use turnstile "A" but everyone can still use turnstile "B"? If not could you consider adding that feature? Thanks.
     
  7. Offline

    joedan

    I had a few PLAYER_INTERACT errors from Turnstile that I received suddenly, couldn't figure it out. It was only then I realised I had cleared the user in the IConomy MYSQL table as I was troubleshooting some IConomy errors.

    When I tried to open a turnstile belonging to someone who no longer had their user in the IConomy table, I got the player interact msgs.

    Scratched my head for a while but all good in the end, as soon as they logged on again and their user entry was in MYSQL, the problem went away.
     
  8. Offline

    ben1996123

    Using craftbukkit 612, 617, 621, I have permissions to do anything, but it still says I do not have permission to make them...
     
  9. Offline

    Codisimus

    Version 1.4.3
    Fixed isOp() conflicting with Permissions


    should work now
     
  10. Offline

    riuthamus

    Not working, any command i type it gives the help menu, all nodes are set properly in the perm file, im using permission 2.5.5
     
  11. Offline

    Codisimus

    t semms others are having this problem as well... i think the last version i uploaded was actually a test version i was working on. ill get down to the bottom of this

    can you use turnstiles? everything is working fine for me...

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

    RazorFlint

    Good :) Oh And A Mod Should Give You Plugin Maker Title For These Amazing Plugins...
     
  13. Offline

    Codisimus

    ya... its only been a little of 2 weeks so far but i hope they get around to it soon.

    ok so i need sum info from both of you
    1. craftbukkit build
    2. permissions version
    3. are you an op (shouldnt make a difference but just making sure)
    4. turnstile version
    5. wut, if anything, works (using, creating, listing?)
     
  14. Offline

    RazorFlint

    Build: 617
    Permissions: 2.5.5
    Op: No But Ill try it again... EDIT: Opped MySelf Nothing...
    TS Ver: 1.4.3 Latest...
    CMD's: I Can Use /Ts Make, /Ts List, /Ts Delete, /Ts Unlink.
    I Think Thats It.....

    ------------------
    Oh And Do You Have A Server ?
     
  15. Offline

    Codisimus

    if you click the home link on the download page it takes you to my server website (needs to be updated)
     
  16. Offline

    riuthamus

    Codisimus, not working brother, using build 640, and i have NO permissions to do anything.

    CONFIG FILE:
    Code:
    #Wed Mar 23 18:19:31 PDT 2011
    TurnstileAutoCloseTime=3
    CostToMakeTurnstile=50000
    use'turnstile.admin.ignore.cost'node=true
    use'turnstile.admin.ignore.price'node=true
    SAVE FILE:
    Code:
    spawnxflip;5;1280;0;0;bank:SPMBank;valor;-347;62;-162;
    -348:63:-163;
    spawnxballer;5;1280;0;0;bank:BSL;valor;-351;62;-162;
    -352:63:-163;
    spawnxquestria;5;1780;0;0;bank:Equestriar;valor;-354;62;-165;
    -353:63:-166;
    spawnxhilly;5;2125;0;0;bank:Hillyh;valor;-351;62;-168;
    -350:63:-167;
    spawnxd3vine;5;1070;0;0;bank:D3vine;valor;-347;62;-168;
    -346:63:-167;
    spleefxspawn;0;0;0;0;riuthamus;valor;-1739;69;2008;
    -1740:70:2007;
    pyramid01;2500;55000;0;0;Assassin187;valor;578;69;987;
    579:70:986;
    pyramid02;2500;30000;0;0;Assassin187;valor;578;69;990;
    579:70:991;
    bluffxspawn;0;0;0;0;riuthamus;valor;1924;69;1778;
    1923:70:1777;
    spawnxcata;5;310;0;0;bank:Cata;valor;-347;62;-158;
    -346:63:-157;
    spawnxbluff;5;245;0;0;bank:Bluffcheck;valor;-347;62;-152;
    -348:63:-153;
    
    PERMISSIONS FILE:
    Code:
        serverowner:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    Everytime i try to use the command the help menu shows up... and I am also added on the OP list.

    WTF, nevermind, they work... not sure what happened.

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

    Codisimus

    everything is working? for some reason left_click isnt registering for me but besides that i dont have issues
    im trying to download new bukkit versions but the site is down :(
     
  18. Offline

    crakdmirror

    Basically, links which can be used via the "wget" or "curl" command on Unix operating systems. All your download links are redirect or php or some other weird kind of link, not a direct link. A direct link would have "Turnstile.jar" at the end of the URL, and allows for much easier downloading, just by copying the link.

    For example, this is the link which leads to the Turnstile.jar:

    Code:
    https://sites.google.com/site/codysserver/tutorials/myplugins/Turnstile.jar?attredirects=0&d=1
    Maybe if I deleted the ? and everything after it it would work....hmmmm, I wonder.....nope, still didn't work.

    I mean, it's workable right now, I just have to download them locally and then upload them to my server, instead of being able to download them via wget on the command line ON my server.
     
  19. Offline

    Codisimus

    why not use craftbukkituptodate?
     
  20. Offline

    riuthamus

    I dont know, i guess now only OPS can use them... nobody else can. This is getting confusing lol not sure what is causing the issue.
     
  21. Offline

    Codisimus

    it seems that non ops can only open with a right click... it doesnt make any sense
     
  22. Offline

    riuthamus

    odd, okay thanks ill keep testing further and see what I can find out, probably a bukkit related thing.

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            info:
                prefix: '&8'
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - general.spawn
            - general.player-info
            - iobookcase.canread
            - BOSEconomy.common
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - turnstile.use
            - ecoCreature.Rewarding.*
        peasant:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - general.spawn
            - general.player-info
            - iobookcase.canread
            - BOSEconomy.common
            - multiverse.world.spawn
            - multiverse.list
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - /regionmembership
            - turnstile.use
            - ecoCreature.Rewarding.*
            - worldguard.region.info.own
            - worldguard.region.info.member
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - lockette.create.*
            - DisposalChest.*
        knight:
            default: true
            info:
                prefix: '&9'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - general.spawn
            - general.player-info
            - iobookcase.canread
            - BOSEconomy.common
            - multiverse.world.spawn
            - multiverse.list
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - /regionmembership
            - turnstile.use
            - ecoCreature.Rewarding.*
            - worldguard.region.info.own
            - worldguard.region.info.member
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.addowner.own.*
            - worldguard.region.list
            - lockette.create.*
            - DisposalChest.*
        lord:
            default: true
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - general.spawn
            - general.player-info
            - iobookcase.canread
            - BOSEconomy.common
            - multiverse.world.spawn
            - multiverse.list
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - /regionmembership
            - turnstile.use
            - ecoCreature.Rewarding.*
            - bandages.use
            - worldguard.region.info.own
            - worldguard.region.info.member
            - worldguard.region.addowner.own.*
            - worldguard.region.removeowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.list
            - lockette.create.*
            - DisposalChest.*
        duke:
            default: true
            info:
                prefix: '&6'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - general.spawn
            - general.player-info
            - iobookcase.canread
            - BOSEconomy.common
            - multiverse.world.spawn
            - multiverse.list
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - /regionmembership
            - turnstile.use
            - ecoCreature.Rewarding.*
            - bandages.use
            - worldguard.region.info.own
            - worldguard.region.info.member.
            - worldguard.region.addowner.own.*
            - worldguard.region.removeowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.list
            - lockette.create.*
            - DisposalChest.*
        mod:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            - peasant
            permissions:
            - general.time
            - general.items
            - general.player-info
            - general.teleport
            - general.teleport.here
            - /pr reload
            - lockette.admin.break
            - lockette.admin.snoop
            - lockette.admin.reload
            - /regionbypass
            - /region
            - /reloadwg
            - /god
            - /heal
            - /butcher
            - /slay
            - worldedit.*
            - iobookcase.canread
            - iobookcase.canwrite
            - vanish.vanish
            - vanish.vanish.list
            - BOSEconomy.admin.bracket
            - BOSEconomy.admin.bank
            - BOSEconomy.admin.reload
            - signColours.*
            - tplus.*
            - odd.give.i
            - odd.give.i0
            - odd.give.give
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - yeditor.editor
            - permissions.*
            - mobRider.*
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - kiwiadmin.*
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - turnstile.use
            - ecoCreature.Rewarding.*
            - bandages.use
            - tpp.*
            - worldguard.*
            - assignpermissions.*
            - lockette.create.*
            - lockette.admin.*
            - DisposalChest.*
        King:
            default: false
            info:
                prefix: '&eKing &a'
                suffix: ''
                build: true
            inheritance:
            - mod
            permissions:
            - general.time
            - general.items
            - general.player-info
            - general.teleport
            - general.teleport.here
            - /pr reload
            - lockette.admin.break
            - lockette.admin.snoop
            - lockette.admin.reload
            - /regionbypass
            - /region
            - /reloadwg
            - /god
            - /heal
            - /butcher
            - /slay
            - worldedit.*
            - iobookcase.canread
            - iobookcase.canwrite
            - vanish.vanish
            - vanish.vanish.list
            - BOSEconomy.admin.bracket
            - BOSEconomy.admin.bank
            - BOSEconomy.admin.reload
            - signColours.*
            - tplus.*
            - odd.give.i
            - odd.give.i0
            - odd.give.give
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - yeditor.editor
            - permissions.*
            - mobRider.*
            - gastronomic.player.checkfood
            - gastronomic.player.checkhunger
            - kiwiadmin.*
            - uQuest.CanQuest
            - uQuest.CanDropQuest
            - vampire.default.*
            - turnstile.use
            - ecoCreature.Rewarding.*
            - bandages.use
            - tpp.*
            - worldguard.*
            - assignpermissions.*
            - lockette.create.*
            - DisposalChest.*
        serverowner:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    users:
        riuthamus:
            group: serverowner
            permissions: null
        Ramzy:
            group: serverowner
            permissions: null
        Dravu:
            group: serverowner
            permissions: null
        Jockey_On_Me:
            group: mod
            permissions: null
        jrewick:
            group: mod
            permissions: null
        SovietWinter:
            group: mod
            permissions:
            - '*'
        fatchicken3:
            group: mod
            permissions: null
        youloveinsomnia:
            group: mod
            permissions: null
        AlexJS:
            group: mod
            permissions: null
        JetBlack:
            group: mod
            permissions: null
        Segata_Sanshiro:
            group: duke
            permissions: []
        Tophusaurus:
            group: mod
            permissions: null
        jurassicjoey:
            group: mod
            permissions: null
        Pr3vention:
            group: mod
            permissions: null
        MadGod_Mugi:
            group: mod
            permissions:
            - '*'
        valdega:
            group: mod
            permissions: null
        fatchicken:
            group: mod
            permissions: null
        Brozooka:
            group: peasant
            permissions: null
        Poporine:
            permissions: []
            group: peasant
        tammohawk:
            permissions: []
            group: Knight
        bye12:
            permissions: []
            group: lord
        Kringlorr:
            permissions: []
            group: peasant
        Michael_Jenkins:
            permissions: []
            group: Knight
        MuskratOverlord:
            permissions: []
            group: peasant
        ICEEthewalrus:
            permissions: []
            group: peasant
        Lasassin:
            permissions: []
            group: lord
        Crawyrm:
            permissions: []
            group: lord
        Kirederf60:
            permissions: []
            group: duke
        Assassin187:
            permissions: []
            group: lord
        Galileo_Figaro:
            permissions: []
            group: lord
        nanexis:
            permissions: []
            group: Peasant
        CGCappy:
            permissions: []
            group: Peasant
        Ehamblin:
            permissions: []
            group: peasant
        str82sn0w:
            permissions: []
            group: peasant
        jplateboy:
            permissions: []
            group: Knight
        CamelToe:
            permissions: []
            group: peasant
        Medical_Miracle:
            permissions: []
            group: Knight
        Ketarel:
            permissions: []
            group: duke
        Celestica:
            permissions: []
            group: knight
        milknhoney:
            permissions: []
            group: peasant
        HNTxHD:
            permissions: []
            group: peasant
        ProblemSleuth:
            permissions: []
            group: peasant
        nyxnocturne:
            permissions: []
            group: peasant
        mcfalconhawk:
            permissions: []
            group: knight
        RandomExpletive:
            permissions: []
            group: peasant
        pland_fun:
            permissions: []
            group: peasant
        poland_fun:
            permissions: []
            group: knight
        Fooliam:
            permissions: []
            group: peasant
        mutantcarrot:
            permissions: []
            group: peasant
        duffmanhb:
            permissions: []
            group: peasant
        hunter54:
            permissions: []
            group: peasant
        thedaboys:
            permissions: []
            group: peasant
        Blackielance:
            permissions:
            - bandages.use
            group: knight
        Earthmark:
            permissions:
            - bandages.use
            group: knight
        odiousmedious:
            permissions:
            - bandages.use
            group: peasant
        Fearthemango:
            permissions: []
            group: peasant
        FearTheMango:
            permissions: []
            group: peasant
        mrbrownstone1482:
            permissions: []
            group: knight
        BridgerVaria:
            permissions: []
            group: peasant
        Bamboy:
            permissions: []
            group: knight
        sanhsun:
            permissions: []
            group: knight
        IronPrometheus:
            permissions: []
            group: peasant
        5h1F7:
            permissions: []
            group: peasant
        RedColours:
            permissions: []
            group: peasant
        latem5:
            permissions: []
            group: peasant
        Maimer:
            permissions: []
            group: peasant
        Coyote_Starrk:
            permissions: []
            group: peasant
        deadaim000:
            permissions: []
            group: peasant
        bromega322:
            permissions: []
            group: knight
        samurai_bhs:
            permissions: []
            group: knight
        Critica1hit:
            permissions: []
            group: peasant
        Ace3695:
            permissions: []
            group: peasant
        it_be_jake:
            permissions: []
            group: peasant
        valru:
            permissions: []
            group: duke
        shade1half:
            permissions: []
            group: peasant
        brozooka:
            permissions: []
            group: knight
        Wolfenhousen:
            permissions: []
            group: peasant
        TheAnyInBox:
            permissions: []
            group: peasant
        cudworth:
            permissions: []
            group: peasant
        brodyborya:
            permissions: []
            group: peasant
        Screamin_Eagles:
            permissions: []
            group: peasant
        lumilieska:
            permissions: []
            group: peasant
        Lumilieska:
            permissions: []
            group: peasant
        killerTaco12:
            permissions: []
            group: peasant
        VideoJames:
            permissions: []
            group: peasant
        nanderson423:
            permissions: []
            group: lord
        chaser77:
            permissions: []
            group: knight
        rennawali:
            permissions: []
            group: peasant
        arctic_frost:
            permissions: []
            group: peasant
        naraki_imako:
            permissions: []
            group: peasant
        thevulgarian:
            permissions: []
            group: peasant
        SHGrunge:
            permissions: []
            group: knight
        DemonWeasel:
            permissions: []
            group: peasant
        doc951:
            permissions: []
            group: peasant
        bunnylace1:
            permissions: []
            group: peasant
        steffanssj4:
            permissions: []
            group: peasant
        z3r013:
            permissions: []
            group: peasant
        alhponseav98:
            permissions: []
            group: peasant
        AlphonseAV98:
            permissions: []
            group: peasant
        AlphoneseAV98:
            permissions: []
            group: default
        frazier:
            permissions: []
            group: peasant
        instinct_:
            permissions: []
            group: peasant
        seanmerc:
            permissions: []
            group: peasant
        madameretnuh:
            permissions: []
            group: peasant
        MadameReTnuh:
            permissions: []
            group: peasant
        godcock:
            permissions: []
            group: peasant
        PillowTalk:
            permissions: []
            group: peasant
        iProd:
            permissions: []
            group: peasant
        Underground1221:
            permissions: []
            group: peasant
        Maelstrom116:
            permissions: []
            group: peasant
        Kingstripes:
            permissions: []
            group: peasant
        JennyCraig24:
            permissions: []
            group: peasant
        Madrocks:
            permissions: []
            group: peasant
        frazier6567:
            permissions: []
            group: peasant
        DjM1zw1z:
            permissions: []
            group: peasant
        Armada_Ofdeath:
            permissions: []
            group: peasant
        SoopaDemon:
            permissions: []
            group: peasant
        kered26:
            permissions: []
            group: knight
        jet2612:
            permissions: []
            group: peasant
        Deviouspaper:
            permissions: []
            group: peasant
        Nanderson423:
            permissions: []
            group: duke
        YFDhippo:
            permissions: []
            group: peasant
        Kaphiri:
            permissions: []
            group: peasant
        ckoolkidsam:
            permissions: []
            group: peasant
        necrondl:
            permissions: []
            group: peasant
        mr_goemon:
            permissions: []
            group: peasant
        DaMonky:
            permissions: []
            group: peasant
        77v1p3r77:
            permissions: []
            group: peasant
        Eliteplayerx3:
            permissions: []
            group: peasant
        YFDHippo:
            permissions: []
            group: peasant
        2012HaThatsCrap:
            permissions: []
            group: peasant
        uoouop:
            permissions: []
            group: peasant
        DeVotice:
            permissions: []
            group: peasant
        Xanthrop:
            permissions: []
            group: peasant
        xanthrop:
            permissions: []
            group: peasant
        rhospet:
            permissions: []
            group: peasant
        kylec510:
            permissions: []
            group: peasant
        Thrash829:
            permissions: []
            group: peasant
        segata_sanshiro:
            permissions: []
            group: duke
        line145b:
            permissions: []
            group: peasant
        Cookie4Breakfast:
            permissions: []
            group: peasant
        MarcoisFusion:
            permissions: []
            group: peasant
        predator_zombie:
            permissions: []
            group: peasant
        kai45:
            permissions: []
            group: peasant
        lpfan419:
            permissions: []
            group: peasant
        NessieHC:
            permissions: []
            group: peasant
        Sure39:
            permissions: []
            group: Peasant
        charlieoneeyed:
            permissions: []
            group: peasant
        HIGHonLIFE1012:
            permissions: []
            group: peasant
        CastielNigga:
            permissions: []
            group: peasant
        stealth0wnz:
            permissions: []
            group: knight
        FullBlitz:
            permissions: []
            group: peasant
        rok_ravenous_rok:
            permissions: []
            group: peasant
        curtisgoodman:
            permissions: []
            group: peasant
        brackboy604:
            permissions: []
            group: peasant
        omegaorion:
            permissions: []
            group: peasant
        Wyste:
            permissions: []
            group: knight
        honorordeath:
            permissions: []
            group: peasant
        maryangel:
            permissions: []
            group: peasant
        TGI_Chris:
            permissions: []
            group: peasant
        moronsonofboron:
            permissions: []
            group: peasant
        austindardzinski:
            permissions: []
            group: peasant
        Sokonomi:
            permissions: []
            group: knight
        booots:
            permissions: []
            group: peasant
        XEdgarxl:
            permissions: []
            group: peasant
        twothreefrom:
            permissions: []
            group: peasant
        lukinhasfhc:
            permissions: []
            group: peasant
        xshynobix:
            permissions: []
            group: peasant
        hobond:
            permissions: []
            group: peasant
        glerty:
            permissions: []
            group: peasant
        firstmilkman:
            permissions: []
            group: peasant
        soulxreeper:
            permissions: []
            group: peasant
        gauss:
            permissions: []
            group: peasant
        gausswolf:
            permissions: []
            group: peasant
        Delano_Darkbane:
            permissions: []
            group: peasant
        alex87vet71:
            permissions: []
            group: knight
        pears52:
            permissions: []
            group: peasant
        jamesbasta:
            permissions: []
            group: peasant
        Lucky_Clover:
            permissions: []
            group: peasant
        mekixx:
            permissions: []
            group: peasant
        l4mbch0ps:
            permissions: []
            group: knight
        fencoman:
            permissions: []
            group: peasant
        coolmonkeyguy:
            permissions: []
            group: peasant
        itzgenson:
            permissions: []
            group: peasant
        PinoyBoy59:
            permissions: []
            group: peasant
        rehett:
            permissions: []
            group: peasant
        crawyrm:
            permissions: []
            group: duke
        papanewguiny:
            permissions: []
            group: peasant
        GsUp37:
            permissions: []
            group: Peasant
        pitchblac23:
            permissions: []
            group: peasant
        harvestreaper:
            permissions: []
            group: peasant
        black17:
            permissions: []
            group: peasant
        blanky17:
            permissions: []
            group: peasant
        omgitztony123:
            permissions: []
            group: peasant
        Sliver59:
            permissions: []
            group: peasant
        Ragnarist:
            permissions: []
            group: peasant
        MrRyyi:
            permissions: []
            group: Peasant
        BaronBrocktree:
            permissions: []
            group: Peasant
        xMyNameIsKyle:
            group: knight
        forever_look:
            group: peasant
        fuzzybrain911:
            group: peasant
        Colio-yo:
            group: peasant
        Colio_yo:
            group: lord
        GhostToast:
            group: mod
        himrman:
            group: peasant
        Muffins_Kopp:
            group: peasant
        webste2r:
            group: peasant
        Catalyst103:
            group: peasant
        Avramkeeper:
            group: peasant
        trollateder:
            group: peasant
        Blitz_Strain:
            group: peasant
        sRiGraphiicz:
            group: peasant
        Abattack10:
            group: peasant
        whiteyy24:
            group: peasant
        Coolcovey:
            group: peasant
        Stettin:
            group: knight
        xMyNameIsKyLe:
            group: peasant
        Forever_Look:
            group: knight
        jhoegl:
            group: peasant
        williammcbride:
            group: peasant
        goosecreek:
            group: peasant
        LPGhatguy:
            group: peasant
        wxuhao:
            group: peasant
        nat100:
            group: peasant
        scurvey666:
            group: peasant
        rahyan:
            group: peasant
        Rahyan:
            group: peasant
    
    did you complie using 2.5.5 permissions, they get permissions errors when trying to use them with right click.

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

    Trumple

    Hi there, having problems again
    I have a turnstile named bar_ in which does not want to be deleted. When I try to delete it, turnstile lists the commands list as though I typed it in wrong (Though I know I'm not because I deleted my other turnstiles just fine!)
    So, just a bug? Thats fine, but I go to delete the turnstile save but I cannot find it! (There is no turnstile folder anymore)
    Where are the saves located so I can reset this plugin?
    Thanks
     
  24. Offline

    Arjan

    i keep getting a problem and im not newb :p this is what I do: /ts price TestIn 4 20 so the price should be 20 cobbles like in the info with ID but everyone can just pass by by hitting the button and the fence opens and they dont need to pay 20 cobblestones! plz help, i had the problem with deleting a turnstile to maybe a small bug..
    EDIT: nvm fixed it by using a chest instead of a button, nice plugin :D
     
  25. Offline

    Codisimus

    @Trumple
    it should be located in plugins/Turnstile

    @Arjan
    perhaps I didnt make it clear enough exactly how to use that XP
     
  26. Offline

    Trumple

    I was either too tired or too stupid to see that, even though I had seen it before! Hehe thanks a lot, and brilliant plugin and great support. I will consider donating

    I just had an idea that would be helpful. Could you make a plugin (or an add-on to turnstile)that would charge players for pressing a button?
    Imagine a scenario such as a shop or a bar, the button could be linked to a dispenser and everytime you press it, it simply deducts a set price. What do you think?

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

    Codisimus

    you use to be able to do that with this plugin but cant anymore... my dungeon reward plugin can kinda do that if you have it teleport you to the same location... maybe ill make a new plugin.
     
  28. Offline

    riuthamus

    Still no fix? Grr... i wish I could figure out what is causing this.
     
  29. Offline

    Codisimus

    Ci.bucket.org is still down... ill try to remove op permissions and see if that helps
     
  30. Offline

    fefect

    Looks really nice but..
    I cant get it to work..
    When i do the price for it
    People can always go trough it and notting is paid
    Even when it says you paid , notting was off the iconomy money
    Help?
     
  31. Offline

    riuthamus

    Okay, further testing, it works.... until we add a price to it. If we make them free they work, once we add a price... it doesnt work.

    Okay, we deleted everything, and then it worked, so we readded the things, and now it works, except for the auto close interval...

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

Share This Page