Gladius Token v1.2

Lightweight & Flexible Token Economy System
PlaceholderAPI: https://www.spigotmc.org/resources/placeholderapi.6245/
DeluxeMenus: https://www.spigotmc.org/resources/deluxemenus.11734/

Using Gladius Token at DeluxeMenus Example:
Code:
open_command: tokenshop
size: 27
menu_title: 'Token Shop'
items:
  'coal':
    material: COAL
    data: 1
    slot: 9
    display_name: "&a&lBuy &fCoal"
    lore:
      - " "
      - "&7Token Cost: &f5"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "5"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% coal 1'
    - '[console] gladiustoken remove %player_name% 5'
  'iron_ingot':
    material: IRON_INGOT
    data: 1
    slot: 10
    display_name: "&a&lBuy &fIron Ingot"
    lore:
      - " "
      - "&7Token Cost: &f10"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "10"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% iron_ingot 1'
    - '[console] gladiustoken remove %player_name% 10'
  'copper_ingot':
    material: COPPER_INGOT
    data: 1
    slot: 11
    display_name: "&a&lBuy &fCopper Ingot"
    lore:
      - " "
      - "&7Token Cost: &f8"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "8"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% copper_ingot 1'
    - '[console] gladiustoken remove %player_name% 8'
  'gold_ingot':
    material: GOLD_INGOT
    data: 1
    slot: 12
    display_name: "&a&lBuy &fGold Ingot"
    lore:
      - " "
      - "&7Token Cost: &f15"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "15"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% gold_ingot 1'
    - '[console] gladiustoken remove %player_name% 15'
  'redstone':
    material: REDSTONE
    data: 1
    slot: 13
    display_name: "&a&lBuy &fRedstone Dust"
    lore:
      - " "
      - "&7Token Cost: &f7"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "7"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% redstone 1'
    - '[console] gladiustoken remove %player_name% 7'
  'lapis':
    material: LAPIS_LAZULI
    data: 1
    slot: 14
    display_name: "&a&lBuy &fLapis Lazuli"
    lore:
      - " "
      - "&7Token Cost: &f7"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "7"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% lapis_lazuli 1'
    - '[console] gladiustoken remove %player_name% 7'
  'emerald':
    material: EMERALD
    data: 1
    slot: 15
    display_name: "&a&lBuy &fEmerald"
    lore:
      - " "
      - "&7Token Cost: &f20"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "20"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% emerald 1'
    - '[console] gladiustoken remove %player_name% 20'
  'diamond':
    material: DIAMOND
    data: 1
    slot: 16
    display_name: "&a&lBuy &fDiamond"
    lore:
      - " "
      - "&7Token Cost: &f25"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "25"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% diamond 1'
    - '[console] gladiustoken remove %player_name% 25'
  'netherite_ingot':
    material: NETHERITE_INGOT
    data: 1
    slot: 17
    display_name: "&a&lBuy &fNetherite Ingot"
    lore:
      - " "
      - "&7Token Cost: &f50"
      - " "
      - "&aClick to purchase"
    left_click_requirement:
      requirements:
        token:
          type: ">="
          input: "%gladiustoken_tokens%"
          output: "50"
      deny_commands:
      - "[message] &4You don't have enough tokens!"
    left_click_commands:
    - '[console] give %player_name% netherite_ingot 1'
    - '[console] gladiustoken remove %player_name% 50'
sweet: true
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
812 Views
2 Purchases
4 Downloads
Aug 17, 2025 Published
Feb 1, 2026 Updated
Not yet rated
33.5 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Economy
Game mode
  1. Survival
  1. Skyblock
  1. Oneblock
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,227 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,220 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,125 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,819 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,586 purchases
Share and earn
Refer this resource and earn a 10% commission.
812 Views
2 Purchases
4 Downloads
Aug 17, 2025 Published
Feb 1, 2026 Updated
Not yet rated
33.5 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Economy
Game mode
  1. Survival
  1. Skyblock
  1. Oneblock
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,227 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,220 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,125 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,819 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,586 purchases
Top