Advertisement
nbdSteve

JellyLegs || messages.yml (v0.0.1)

Aug 3rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.40 KB | None | 0 0
  1. #
  2. # Messages file for JellyLegs v0.0.1 -  developed by nbdSteve
  3. #
  4. # Message sent to the player when they type the command '/jl help'.
  5. Help:
  6.  - "&7 "
  7.   - "&a&lJELLY&2&lLEGS&7 - &edeveloped by &6&lnbdSteve"
  8.   - "&7 "
  9.   - "&f&lPermissions:"
  10.   - "&7  - &cjellylegs.use &7&o(main permission, this will negate fall damage)&7."
  11.   - "&7  - &cjellylegs.help &7&o(permission to use the /jl help command)&7."
  12.   - "&7  - &cjellylegs.reload &7&o(permission to use the /jl reload command)&7."
  13.   - "&7 "
  14.   - "&f&lCommands:"
  15.   - "&7  - &b/jl help &7&o(returns this message)&7."
  16.   - "&7  - &b/jl reload &7&o(reloads all of the configuration files)&7."
  17.   - "&7 "
  18.  
  19. # Message sent to the player when the jellylegs will proc (when they fall).
  20. Proc:
  21.  - "&7 "
  22.   - "&a&lJELLY&2&lLEGS"
  23.   - "&7Your legs are made of jelly! and you have taken &b&lNO&7 fall damage."
  24.   - "&7 "
  25.  
  26. # Message sent to the player when they use the command '/jl reload'.
  27. Reload:
  28.  - "&7 "
  29.   - "&a&lSUCCESS!&7 You reloaded all of the configuration files for &fJellyLegs&7."
  30.   - "&7 "
  31.  
  32. # Message sent to the player if their command is invalid.
  33. InvalidCommand:
  34.  - "&7 "
  35.   - "&c&lERROR!&7 The command you entered is &b&lINVALID&7. See &f&n/jl help&7 for command help."
  36.   - "&7 "
  37.  
  38. #Message sent to the player if they do not have permission to use that command.
  39. NoPermission:
  40. - "&7 "
  41. - "&c&lERROR!&7 You do not have permission to use that."
  42. - "&7 "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement