Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ___ ___ ___ ___ ___
- # /\ \ /\ \ /\ \ /\__\ /\ \
- # \:\ \ /::\ \ /::\ \ /:/ / /::\ \
- # \:\ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\ \ \
- # /::\ \ /:/ \:\ \ /:/ \:\ \ /:/ / _\:\~\ \ \
- # /:/\:\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/__/ /\ \:\ \ \__\
- # /:/ \/__/ \:\ \ /:/ / \:\ \ /:/ / \:\ \ \:\ \:\ \/__/
- # /:/ / \:\ /:/ / \:\ /:/ / \:\ \ \:\ \:\__\
- # \/__/ \:\/:/ / \:\/:/ / \:\ \ \:\/:/ /
- # \::/ / \::/ / \:\__\ \::/ /
- # \/__/ \/__/ \/__/ \/__/
- options:
- name: &7Tools &8»
- successfully.renamed: &aItem successfully renamed !
- successfully.renamed.lore: &aItem's lore successfully set to %colored arg 4%
- successfully.removed: &aName successfully cleared !
- successfully.removed.lore: &aItem's lore successfully cleared.
- need.item.inHand: &eYou need to hold an item in your hand !
- help.1: &b---=== &6Tools Help &b===---
- help.2: &6» &b/tools lore <line> set <lore>
- help.3: &6» &b/tools lore <line> remove
- help.4: &6» &b/tools name <new name>
- command /tools [<text>] [<number>] [<text>] [<text>]:
- aliases: /t
- trigger:
- if arg 1 is "lore":
- if number arg is set:
- if arg 3 is "set":
- set line number arg of lore of player's tool to "%colored arg 4%"
- message "{@name} {@successfully.renamed.lore}"
- else if arg 3 is "remove":
- set line number arg of lore of player's tool to ""
- message "{@name} {@successfully.removed.lore}"
- if arg 1 is "name":
- set name of player's tool to "%colored arg 3% %colored arg 4%"
- message "{@name} {@successfully.renamed}"
- if arg 1 is "help":
- message " {@help.1}"
- message ""
- message "{@help.2}"
- message "{@help.3}"
- message "{@help.4}"
- message ""
- if player is holding air:
- stop
- send "{@name} {@need.item.inHand}"
Advertisement
Add Comment
Please, Sign In to add comment