PrisonMinions | Generate Etokens | Upgrades | A Must Need For Any Prison/SkyBlock Servers

Status
This thread has been locked.

SftpClient

Developer
Supreme
Feedback score
10
Posts
290
Reactions
86
Resources
0
Prison Minions
I have recently gotten the rights to Prison Minions and for more information check out the resource link ( https://www.mc-market.org/resources/16808/ ) or Contact me on discord SftpClient#0001


Information:

PrisonMinions is not a normal minion plugin because this plugin will mine a static block, for ever so a player on your server can generate etokens, or other things that supports commands. This plugin has been seen on other prison servers where they would sell the minions on Buycraft, and make a lot of money (They didn't use mine). This plugin allows you to have a custom currency like beacons, or any other block you can mine.

Features:
- Upgrades
- Custom Currency
- All customisable
- Custom heads
- Custom guis
- And much more!
- Currency placeholder %prisonminions_currency%

- Comes with Dirt, Iron, Gold, Diamond, Emerald & Bedrock Minion Pre-Made! (You may want to edit rewards)

After Purchase to claim your license key add me on discord - SftpClient#0001

Pictures:
7c98693ae71bbce7228363f630a2074e.png

29fb7e6c01310ebe1580063cf06c8058.gif

08696519fe5dd28b1c03f06b07490604.gif


Config File:

Code:
Messages:
license: ''
HELP_MESSAGE:
    - '&6&lPrisonMinions &f- '
    - '&b/prisonminions give {player} {type} {amount}'
    - '&b/prisonminions reload'
    - '&b/{currencycommand} add {player} {amount}'
    - '&b/{currencycommand} remove {player} {amount}'
    - '&b/{currencycommand} set {player} {amount}'
    - '&b/{currencycommand} balance'
  PREFIX: '&b&lPrisonMinions &8- '
  PLAYER_NOT_FOUND: '&cThat player was not found'
  MINION_DOES_NOT_EXIST: '&cThat minion does not exist'
  NO_PERMISSION: '&cYou dont have permission to do this'
  NOT_A_NUMBER: '&cPlease type a number'
  GIVE_MINION: '&7You have given a &f{type} &7to &f{target}'
  GIVE_TARGET_MINION: '&7You have been given a &f{type}'
  CURRENCY_BALANCE: '&7You have &f{amount} beacons'
  CURRENCY_ADD: '&7You have added &f{amount} &7beacons to &f{target}'
  CURRENCY_TARGET_ADD: '&f{amount} &7has been added to your beacon account'
  CURRENCY_SET: '&7You set &f{target}s &7to &f{amount} beacons'
  CURRENCY_TARGET_SET: '&7Your account has been to &f{amount} beacons'
  CURRENCY_REMOVE: '&7You have removed &f{amount} beacons from &f{target}'
  CURRENCY_TARGET_REMOVE: '&f{amount} &7beacons has been removed'
  CLAIM_REWARDS: '&7You have claimed &f{amount} &7tokens'
  UPGRADE_MINION: '&7You have upgraded your minion to level &f{level}'
  NOT_ENOUGH_MONEY: '&cYou dont have enough money!'
  MAX_LEVEL: '&cYou have already upgraded your minion to the max level'
  NO_REWARDS_TO_CLAIM: '&cYou have no rewards to claim'
  NOT_YOUR_MINION: '&cYou can only open your minion'
  CANT_PLACE_MINION: '&cYou cant place this minion here'
  PLACE_MINION: '&7You have a placed a &6{type}'
  BREAK_MINION: '&7You have broken your minion'
  FULL_INVENTORY: '&cYou cant pickup this minion when your inventory is full'
  PAY_COMMAND: '&7You have paid &b{amount} &7to &b{target}'
  PAY_TARGET_COMMAND: '&7You have received &b{amount} &7from &b{sender}'

Settings:
  #If this is true then the block currency will be enabled
  #and it will go after the block currency section
  Block-Currency: true
  #If this is true then it will use vault eco
  Vault-Currency: false
  #If this is true then it will
  #count items in your inventory as a price
  #You can set the material in the block currency
  Inventory-Currency: false
  #If this is true then the minions item will stack
  Minion-Item-Stack: false

Sounds:
  Place-Minion:
    Sound: 'BLOCK_PORTAL_TRAVEL'
    Enabled: false
  Break-Minion:
    Sound: 'BLOCK_GLASS_BREAK'
    Enabled: true
  Mine-Minion-Block:
    Sound: 'BLOCK_SLIME_BLOCK_BREAK'
    Enabled: false
  Minion-Click:
    Sound: 'ENTITY_EXPERIENCE_ORB_PICKUP'
    Enabled: false
  Broken-Block-Currency:
    Sound: 'ENTITY_GENERIC_SPLASH'
    Enabled: false

Blacklisted-Worlds:
  - 'someworld'

Minion-Inventory-Settings:
  Name: '&b&lMinion Menu'
  Size: 27
  Max-Level-Item:
    Material: 'BARRIER'
    Data: 0
    Name: '&cAlready Max Level'
    Lore:
      - ''
    Slot: 12
Minion-Inventory:
  DirtMinion:
    1:
      Type: 'UPGRADE'
      Material: 'IRON_BLOCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14
  IronMinion:
    1:
      Type: 'UPGRADE'
      Material: 'IRON_BLOCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14
  GoldMinion:
    1:
      Type: 'UPGRADE'
      Material: 'GOLD_BLOCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14
  DiamondMinion:
    1:
      Type: 'UPGRADE'
      Material: 'DIAMOND_BLOCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14
  EmeraldMinion:
    1:
      Type: 'UPGRADE'
      Material: 'EMERALD_BLOCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14
  BedrockMinion:
    1:
      Type: 'UPGRADE'
      Material: 'BEDROCK'
      Data: 0
      Name: '&6Upgrade the speed of the minion'
      Lore:
        - '&7Price: &f{price} &7beacons'
      Slot: 12
    2:
      Type: 'STATIC'
      Material: 'HOPPER'
      Data: 0
      Name: '&6Info'
      Lore:
        - '&7Level: &f{level}'
        - '&7Seconds: &f{seconds}'
        - '&7Amount: &f{amount}'
      Slot: 13
    3:
      Type: 'COLLECT'
      Material: 'ARROW'
      Data: 0
      Name: '&6Collect your loot!'
      Lore:
        - '&7Amount to collect: &f{itemamount}'
      Slot: 14

Minion-Items:
  DirtMinion:
    Glow: true
    Material: 'DIRT'
    Name: '&aDirt minion'
    Lore:
      - '&7This is a dirt minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'LEATHER_CHESTPLATE'
      Leggings: 'LEATHER_LEGGINGS'
      Boots: 'LEATHER_BOOTS'
      Holding: 'WOOD_PICKAXE'
  IronMinion:
    Glow: true
    Material: 'IRON_BLOCK'
    Name: '&fIron Minion'
    Lore:
      - '&7This is a iron minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'IRON_CHESTPLATE'
      Leggings: 'IRON_LEGGINGS'
      Boots: 'IRON_BOOTS'
      Holding: 'IRON_PICKAXE'
  GoldMinion:
    Glow: true
    Material: 'GOLD_BLOCK'
    Name: '&6Gold Minion'
    Lore:
      - '&7This is a gold minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
      - 'say {player} has claimed a gold minion!'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'GOLDEN_CHESTPLATE'
      Leggings: 'GOLDEN_LEGGINGS'
      Boots: 'GOLDEN_BOOTS'
      Holding: 'GOLDEN_PICKAXE'
  DiamondMinion:
    Glow: true
    Material: 'DIAMOND_BLOCK'
    Name: '&bDiamond Minion'
    Lore:
      - '&7This is a diamond minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'DIAMOND_CHESTPLATE'
      Leggings: 'DIAMOND_LEGGINGS'
      Boots: 'DIAMOND_BOOTS'
      Holding: 'DIAMOND_PICKAXE'
  EmeraldMinion:
    Glow: true
    Material: 'EMERALD_BLOCK'
    Name: '&2Emerald Minion'
    Lore:
      - '&7This is a emerald minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'DIAMOND_CHESTPLATE'
      Leggings: 'DIAMOND_LEGGINGS'
      Boots: 'DIAMOND_BOOTS'
      Holding: 'DIAMOND_PICKAXE'
  BedrockMinion:
    Glow: true
    Material: 'BEDROCK'
    Name: '&7Bedrock Minion'
    Lore:
      - '&7This is a bedrock minion'
      - '&7this little guy mines for you'
      - '&7will get you etoken for each broken block'
    Command:
      - 'tokens give {player} {amount}'
      - 'eco give {player} {amount}'
    Minion-Armor:
      Helmet: 'SKULL:{player}'
      ChestPlate: 'DIAMOND_CHESTPLATE'
      Leggings: 'DIAMOND_LEGGINGS'
      Boots: 'DIAMOND_BOOTS'
      Holding: 'DIAMOND_PICKAXE'
Prison-Minions:
  DirtMinion:
    Block-To-Mine: 'DIRT'
    Minion-Name: '&b{player}s &aDirt minion'
    Levels:
      1: #All minions start at level 1 so you don't need to add a price
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850
  IronMinion:
    Block-To-Mine: 'IRON_BLOCK'
    Minion-Name: '&b{player}s &fIron minion'
    Levels:
      1:
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850
  GoldMinion:
    Block-To-Mine: 'GOLD_BLOCK'
    Minion-Name: '&b{player}s &6Gold minion'
    Levels:
      1:
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850
  DiamondMinion:
    Block-To-Mine: 'DIAMOND_BLOCK'
    Minion-Name: '&b{player}s &bDiamond minion'
    Levels:
      1:
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850
  EmeraldMinion:
    Block-To-Mine: 'EMERALD_BLOCK'
    Minion-Name: '&b{player}s &2Emerald minion'
    Levels:
      1:
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850
  BedrockMinion:
    Block-To-Mine: 'BEDROCK'
    Minion-Name: '&b{player}s &7Bedrock minion'
    Levels:
      1:
        Amount: 10
        Seconds: 20
      2:
        Amount: 20
        Seconds: 18
        Price: 150
      3:
        Amount: 20
        Seconds: 18
        Price: 200
      4:
        Amount: 30
        Seconds: 15
        Price: 250
      5:
        Amount: 40
        Seconds: 13
        Price: 350
      6:
        Amount: 50
        Seconds: 12
        Price: 450
      7:
        Amount: 60
        Seconds: 10
        Price: 550
      8:
        Amount: 70
        Seconds: 8
        Price: 650
      9:
        Amount: 80
        Seconds: 7
        Price: 750
      10:
        Last-Rank: true
        Amount: 100
        Seconds: 5
        Price: 850


Block-Currency:
  Block: 'BEACON'
  Data: 0
  Command:
    - 'beacons'
    - 'bea'
  Amount-Pr-Block: 2

Commands:
Code:
Commands:
Permission: - prisonminions.admin
/prisonminions(alias pm) give {target} {type} {amount}
/prisonminions(alias pm) reload
/Currency give
/Currency remove
/Currency set
/%Block-Currency Command% - Shows how many "beacons" or currency you have (editable in config)

"BlockCurrency"
- Commands Are Editable in Config
- Default Commands - /bea /beacons

Prices:
- Jar= 8$ - https://www.mc-market.org/resources/16808/
- SRC= Contact me on Discord
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Status
This thread has been locked.
Top