Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LumberEXP[@player("name")][1] += 1
- @send("You gained " + 1 + " Lumbering EXP")
- @send("Your total Lumbering EXP is " + LumberEXP[@player("name")][1])
- Sends perfectly
- ---------------------------------------------------------------
- @send("&1" + arguments[1] + ":&f " + string($(arguments[1])))
- Does not send perfectly
Advertisement
Add Comment
Please, Sign In to add comment