Easy Tokens
PluginLicenseRef-All-Rights-Reserved

Easy Tokens

A new Token Manager! Allows for a secondary currency on paper servers. Handles custom model data and hooks into vault and luckperms.

20
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About Easy Tokens

Easy Tokens is a throwback to the ye old Token Managers of the past. Allows for a seperate economy that can be fully integrated with Vault and Luckperms. Easy Tokens is great for the creation of specialty shops and even allows selling of commands and items with custom model data.

Features:

Easy config (see below for example).
A unique currency outside of your main ones.
Simple to use for both server owners and players with seperate commands for both.
Categories of shops for easy grouping.
Permission nodes for each shop type.

=======================================

Example Config:

=======================================

tokens:
  (UUID): 1
  (UUID): 310

storage:
  autosave-interval: 300

sounds:
  open-category: ui.button.click
  open-shop: ui.toast.in
  preview: entity.experience_orb.pickup
  confirm: entity.player.levelup
  cancel: entity.item.break
  purchase: entity.villager.yes
  denied: entity.villager.no

shop:
  double-confirm: true

holograms:
  enabled: true
  update-interval: 300
  entries:
    leaderboard:
      world: world
      x: 0.0
      y: 64.0
      z: 0.0
      lines:
      - <gradient:#ffaa00:#ff5500>Top Token Holders</gradient>
      - '&e#1 &f%easytokens_top_name_1% &7- &e%easytokens_top_value_1% tokens'
      - '&e#2 &f%easytokens_top_name_2% &7- &e%easytokens_top_value_2% tokens'
      - '&e#3 &f%easytokens_top_name_3% &7- &e%easytokens_top_value_3% tokens'
      - '&e#4 &f%easytokens_top_name_4% &7- &e%easytokens_top_value_4% tokens'
      - '&e#5 &f%easytokens_top_name_5% &7- &e%easytokens_top_value_5% tokens'

=======================================

Commands & Permissions:

=======================================

commands:
  token:
    description: Open token shops.
    usage: /token <shop/category>
  tokens:
    description: Player token commands.
    usage: /tokens <balance/top/send>
  tokenmanager:
    description: Admin token commands.
    usage: /tokenmanager

permissions:
  token.shop.*:
    default: true
  token.shop.:
    default: true
  token.admin:
    default: op