TEAddon-TokenMultiplierPerm

Plugins TEAddon-TokenMultiplierPerm

Version: 3.5.0

This is an addon to use the permission-based token multiplier. You can give a player token multiplier permission ("tokenenchant.multiplier.X"), where X is the multiplier number. All set/add token commands will multiply the specified token amount by 'X'.

You need to use whatever permission plugin you use on your server to give "tokenenchant.multiplier.X" permission node to your players.

Commands:
  • /te multi info : shows the current multiplier.
  • /te multi info <player> : shows <player>'s current multiplier.

Permissions:
  • tokenenchant.multiplier.info : to use info command
  • tokenenchant.multiplier.info.other : to see other player's info

Installation:

To install this addon, just place TEAddon-TokenMultiplierPerm-x.x.x.jar in 'plugin/TokenEnchant/addons' folder and restart the server.

Configuration:

Addons:
TokenMultiplierPerm:
default_multiplier: 1
info_message: "&a[TE-Multiplier] your token multiplier is &e%multiplier%&a."
info_message_other: "&a[TE-Multiplier] %player%'s token multiplier is &e%multiplier%&a."
no_such_player_message: "&a[TE-Multiplier] No such a player (&e%player%&a)."
help_messages:
info:
msg: "/te multi info : shows your current token multiplier value."
permission: "tokenenchant.multiplier.info"
# you can use the permission nodes listed here to give users/groups multiplier permissions such as
# tokenenchant.multiplier.2, tokenenchant.multiplier.global.3, tokenenchant.multiplier.holiday.5
permissions:
- "tokenenchant.multiplier"
- "tokenenchant.multiplier.global"
- "tokenenchant.multiplier.holiday"

Uploader


Downloads
5
Views
408
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from ArteffKods

Similar resources

TEAddon-EnchantToggle ArteffKods
you can individually toggle enchantment on an item.
TEAddon-OccurrenceMultiplierPerm ArteffKods
You can give players a Permission-based enchantment chance multiplier.