Jump to content

I need a Skript that makes so when you use a paper it gives you 500 coins with {coins::%player's uuid%}


Skriptguyyayyay

Recommended Posts

options:
 500: paper named "&6&l500 Coins"



on rightclick with paper:
  if name of player's held item is "&6&l500 Coins":
  send "&7&lYay, You have claimed &6&l500 &7&lCoins!" to player
  execute console command "eco give %player% 500"



command /500:
 permission: sk.500
 trigger:
  give {@500} to player

This kinda works... I wouldn't actually recommend using it though lol (It works with normal paper)

 

Link to comment
Share on other sites

9 hours ago, Patsteaks123 said:
options:
 500: paper named "&6&l500 Coins"



on rightclick with paper:
  if name of player's held item is "&6&l500 Coins":
  send "&7&lYay, You have claimed &6&l500 &7&lCoins!" to player
  execute console command "eco give %player% 500"



command /500:
 permission: sk.500
 trigger:
  give {@500} to player

This kinda works... I wouldn't actually recommend using it though lol (It works with normal paper)

 


improved version (removes 1 of the clicked item when claimed and only works with the {@500} item)

options:
 500: paper named "&6&l500 Coins"

on rightclick:
  if player's held item is {@500}:
    send "&7&lYay, You have claimed &6&l500 &7&lCoins!"
    remove 1 of player's held item from player's inventory
    add 500 to {coins::%player's uuid%}

command /500:
 permission: sk.500
 trigger:
  give {@500} to player

 

Edited by AgentGamerPro

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...