Advertisement
stan1712

SeriousRP English Translation

Mar 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.94 KB | None | 0 0
  1. #+-- RP Plugin by stan1712 (stan1712.fr) --+
  2. #+-- Traductors : stan1712 (French) | stan1712 (English) | legaming04 (Italian) | Starsaaa (Chinese) | ErHak_ (German) --+
  3.  
  4. #Plugin version, don't change it !
  5. Version: "Version 3.9.8-1.0b"
  6.  
  7. #Set the plugin prefix here
  8. Prefix: SeriousRP
  9.  
  10. #Messages shows when you do /seriousrp help
  11. HelpMsg:
  12.   Dsrtp: "Be able to teleportate randomly"
  13.   DTown: "Be able to teleport in the town"
  14.   DTownSet: "Be able to set the spawn point of the town"
  15.   DTownWhere: "Be able to know where the city is"
  16.   DPhone: "Shows the phone GUI"
  17.   DRevive: "Allow you to revive a player"
  18.   DMedInfo: "Allows you to know stats on a player"
  19.   DHelp: "Shows the help page"
  20.   DVersion: "Shows the version of this plugin"
  21.  
  22. #Plugins modules
  23. NoModule: "The module is offline"
  24. RPDeath: false
  25. Medics: true
  26. DeathItems: true
  27. TownSystem: true
  28.  
  29. #Medic Module
  30. Medic:
  31.   Revive: "&aYou revive successfuly a player"
  32.   Error: "&cis not online or you make a mistake in his nickname"
  33.   NoNeed: "&cThis player doesn't need to revive"
  34. MedInfo:
  35.   Health: "Life :"
  36.   Hearts: hearts
  37.   Food: "Food level :"
  38.   Coordinates: "is in :"
  39.  
  40. #Phone GUI
  41. Phone:
  42.   LorePhone1: "&9There is your phone"
  43.   LorePhone2: "&9Right click to open it"
  44.   LorePhone3: "&6Owner :"
  45.  
  46.   Answer: "&cAnswer"
  47.   HangUp: "&cHangup"
  48.   Shutdown: "&cSwitch Off"
  49.  
  50.   You: "&aYes, this is you, you are beautiful isn't it ?"
  51.   Music: "&cSoon..."
  52.  
  53.   GoToTown: "&aDirection : Town"
  54.   YourNumber: "&cSoon..."
  55.  
  56. #Others plugin messages
  57. Teleports:
  58.   GoToTown: "You have been teleported in the town"
  59.   SetTown: "You set the spawn point of the town"
  60.   TownWhere: "The town is in : "
  61.  
  62. RandomTeleport: "You have been randomly teleported !"
  63.  
  64. Help: "Need help ? Type /seriousrp help"
  65. VersionHelp: "Want to know the plugin version ? Type /seriousrp version"
  66.  
  67. NoPerms: "You don't have the permission !"
  68.  
  69. Locations:
  70.   Town:
  71.     x: 0
  72.     y: 0
  73.     z: 0
  74.     WorldName: world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement