Prison Chests

Discussion in 'Archived: Plugin Requests' started by supernova8, Jun 9, 2014.

  1. Offline

    supernova8

    Plugin category: miscellaneous

    Suggested name: PortableChests

    What I want:
    A chest in which users can carry around and open with a simple command (/chest open <chest name>)
    Allowed to limit how many slots in a chest and how many chests a specific group has with permissions.

    Ideas for commands:
    /chest create <name> - creates a chest for that user, with his own personalized name.
    /chest open <name> - opens the already existing chest
    /chest player <player> list - lists all the player chests
    /chest open player <player> <name> - Opens a specific's player's chest
    /chest invsee <player> <name> - allows to see whats in a specific player's chest but not allowed to take anything!
    /chest reload - reloads the plugin

    Ideas for permissions:
    chest.type.<name> - Name is replaced with the name given to the specific design on that chest (in the config).
    chest.type.<name>.limit.<amount> - how many chests can that one user have
    chest.open - gives access to the /chest open command
    chest.player.list - Gives access to /chest player <player> list
    chest.invsee.player - Gives access to /chest invsee <player> <name>

    Example Config
    Code:
    Portable-Chests:
    #What this specific chest design is called
    VIP:
    #How many rows will this chest have
    Rows: 2
    #What is the max amount of this specific chest one player can own.
    #Set 0 for infinite
    Limit: 1
    #When creating a chest for the first time, should the player be charged?
    Use-economy: false
    #If Use-economy is set to true, how much will a player be charged when the chest is created?
    Price: 0
    
    VIPplus:
    Rows: 4
    Limit: 3
    Use-economy: true
    Price: 50
    
    When I'd like it by: Whenever possible. The sooner the better :D
    Just an idea, I saw that no other plugin actually allows a limit on how many chests a specific group can have.
     
  2. Offline

    billytheDOLPHIN

  3. Offline

    supernova8

  4. Offline

    billytheDOLPHIN

Share This Page