per permission token shop plugin

Discussion in 'Plugin Requests' started by swaggod, Apr 23, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    swaggod

    So In this plugin I want to have a Shop plugin with custom currency / per permission shop

    Commands:
    - /Token , /Tokens help (Main command)
    - /Tokens (Show how many tokens you have)
    - /Token Give/take <Shopname> <player> <amount> (To give or take tokens from a player and you need [token.admin] permission to see this command)
    - /Token Shop (Shows the Token Shop in GUI)
    - /Token Pay <player> (Pay tokens to a player from your tokens)
    - /Token Withdraw <amount> (you can withdraw tokens and token should look like this http://prntscr.com/f00oxg)
    - /Token reload (To reload the config and you need [token.admin] permission to see this command)

    NOTE: Each shop have there own money

    Config ex:
    Code:
    Shop1:
    Shop-name: "&a&lToken &6&lShop"
    permission: "token.shop1"
    gui-size: 9
    1:
    display-item: "Stone:5"
    stack: 64             #how many Stone it show up 1-64
    item-Name: "&atest-item"
    glow: true  (true/false)  #make the item glow
    lore:
    - "test"
    - "test"
    - "test"
    chance: 15         #0-100 (100 is the highest 0 is the lowest)
    cost: 1                 #how many tokens that item cost
    command:
    - 'give %player% Stone:5 64'
    - 'example'
    2:
    display-item: "Chest"
    stack: 1             #how many Stone it show up 1-64
    item-Name: "&6&lCrate"
    glow: true  (true/false)  #make the item glow
    lore:
    - "test"
    - "test"
    - "test"
    chance: 10         #0-100 (100 is the highest 0 is the lowest)
    cost: 25                 #how many tokens that item cost
    command:
    - 'crate give %player% op 1'
    3:
    ...etc
    
    Shop2:
    Shop-name: "&a&lToken &6&lShop"
    permission: "token.shop2"
    gui-size: 54
    1:
    ..etc
    
    
    2:
    ..etc
    So if you have a shop permission called token.123 and you have that then you do /token shop that shop will open.

    You can change the config as you like but make it do what i want.

    Please make all the msg so I can edit them

    1.8 plugin
     
    Last edited: Apr 24, 2017
  2. Offline

    swaggod

  3. Offline

    swaggod

  4. Offline

    swaggod

  5. Offline

    swaggod

  6. Offline

    swaggod

  7. Offline

    swaggod

  8. Offline

    swaggod

  9. Offline

    swaggod

  10. Offline

    swaggod

  11. Offline

    swaggod

  12. Offline

    swaggod

  13. Offline

    swaggod

  14. Offline

    swaggod

  15. Offline

    swaggod

Thread Status:
Not open for further replies.

Share This Page