PvPPoints

Discussion in 'Plugin Requests' started by Invenstory, Oct 25, 2018.

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

    Invenstory

    Hello bukkit developers
    i wonder if you would make a plugin for me!

    Plugin name: PvPPoints

    What this plugin supposed to do:
    Every kill , the player will receiving a Point
    With points you can buy things from the 'PointsShop'
    POINTSSHOP IS A SHOP THAT YOU CAN EDIT STUFF FROM CONFIG
    WHEN YOU TYPE THE COMMAND TO OPEN THE SHOP SHOULD OPEN A GUI
    MORE INFO BELLOW. WHEN YOU OPEN THE SHOP SHOULD PLAY A SOUND 'NOTE_BLINK' I THINK


    Commands and Permissions:
    • /points - pvppoints.access (Showing player points)
    • /pshop - pvppoints.access (Opens the shop)
    • /points <name> pvppoints.access (showing other player points)
    • /points pay <name> pvppoints.access (paying points to other players)
    • /points give <name> pvppoints.admin (giving points to players)
    • /points withdraw <ammount> pvppoints.access (Withdrawing points in an item and when u right-click u will receiving the points)
    • /points reload pvppoints.admin (reload the config)
    • /points help (list of all points commands)
    Config:
    PREIFX: '&b&lPOINTS &8| &f'
    RELOAD: '&aReloaded'
    POINTS: '&7You have &b%points% &fpoints'
    POINTS OTHER: '&b%player% &7has &b%points%
    SHOP: '&7Opening the shop'
    PAY OTHERS: '&7You gave &b%points% &fto &b%player%
    WITHDRAW: '&7You withdrawed &b%points%
    RECEIVED POINTS: '&7You received &b%points% &7points'

    Shop:
    slots: 54 (How many rows should the gui have [9,18,27,36,45,54)
    name: &bPoints Shop

    WITHDRAW:
    item: SUN_FLOWER
    name: &f* &6PvP Points &f*
    lore:
    - '&fHold the item and'
    - '&fRight-Click to receive the points'
    - '&fAmount: %Points%'
    -'&fBy: %player%'

    ITEMS:
    '1':
    item: GOLD_INGOT (the item that gonna show as icon on the gui)
    slot: 1 (item slot. shows the item in that slot on the gui)
    name: apple
    lore:
    - 'i am a cute apple'
    prise: 100 (the points that a player has to pay for the item)
    commands:
    - 'give %player% apple 1'
    '2':
    item: IRON_INGOT
    slot: 2
    name: diamond
    lore:
    - 'i am a cute diamond'
    prise: 100
    commands:
    - 'give %player% diamond 1'



    'Panels': (Decoration items)
    item: GLASS (Item that will show)
    data: 1 (EXAMPLE: 160:50)
    name: '&f'
    slots:
    - 3
    - 4
    - 5
    - 6


    THATS ALL!
     
    Last edited by a moderator: Oct 25, 2018
  2. Offline

    Invenstory

    is this hard?
     
  3. Shouldn't be too difficult. I'll get on it
     
  4. Offline

    Invenstory

    Thnx you man i appriciate it btw.. i uploaded the same plugin but with out the shopGUI
    you can make the other one i think its more easy
    i will make the shop with DeluxeMenus
     
Thread Status:
Not open for further replies.

Share This Page