HomeJavaModsBuyPermissions
BuyPermissions
[​IMG]
[​IMG]

[​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]


[​IMG]
Have you ever wanted to allow users to buy permissions/commands for in-game money? This plugin will allow you to do just that!​

[​IMG]
[​IMG]

[​IMG]

You can hover over the command for more information!

[​IMG]

You can even click the command to purchase it!

[​IMG]
Code (Text):
#-----------------------------------------------------------#
#                     ABOUT THIS PLUGIN                     #
#-----------------------------------------------------------#

# BuyPermissions by the Glare Masters
# BuyPermissions on GitHub: https://github.com/darbyjack/BuyPermissions

#-----------------------------------------------------------#
#                           Tutorial                        #
#-----------------------------------------------------------#

# This is a simple guide on how to create permissions to sell

# Under the "commands" section, you put in your item. For example, we'll do something like fly.

# So, it'd look like:

#     fly:
#        perm: fly.permission
#        cost: 20.0
#        description: "You can totally use this to fly around and kill mobs!"

# The "perm" is where you put the permission node that will be given to the player
# The "cost" is how much it cost for the user to buy that permission

# "currently-selling" is to let you choose which of the permissions you'd currently like to sell.

plugin-prefix: "&b[&7BuyPermissions&b]"
updater:
  check: true

permissions:
  commands:
    fly:
      name: "&7Fly"
      perm: fly.permission
      cost: 2000.00
      description: "&aFly around and &ckill &ayour enemies!"

tooltip-styling:
  name: "&a&lNAME &6■ "
  description: "&a&lDescription &6■ &7"
  cost: "&a&lCOST &6■ &7"

command-styling:
  prefix: "&6■ "
  command-color: "&a{command}"

currently-selling:
- "example"

messages:
  buy: "/bp buy <command>"
  list: "/bp list"
  reload: "/bp reload"
  perm-added: "&aSuccess! You bought the command &b{command}!"
  new-balance: "&aYour new balance is &b{balance}!"
  not-for-sale: "&cSorry! That command is either not valid or not for sale!"
  list-commands: "&aThe following commands that you can currently buy are:"
  list-commands-end: "&aRemember to hover over each one for more information!"
  click-to-buy: "&aWant to buy? Just click the command!"
  already-have: "&cSorry, you already have this permission!"
  reload-success: "&aConfiguration reloaded!"

This plugin was inspired by https://dev.bukkit.org/projects/buyperms which was last updated in 2013.​
[​IMG]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BuyPermissions is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,514 times (via Spigot). Download it and open it directly in the game.

Explore more