Advertisement
MSWS

Weapons Config

Oct 17th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.07 KB | None | 0 0
  1. Guns:
  2.   Taser:
  3.     Icon: STONE_SWORD
  4.     Name: '&e&lX-10 Taser'
  5.     Lore:
  6.    - '&7&oThe Taser is a handheld device that'
  7.     - '&7&oincapacitates a person by transmitting a'
  8.     - '&7&o50,000-vlt e lectric shock. &b&o{Police Item}'
  9.     - ''
  10.     - '&aMagazine Capacity &21'
  11.     - '&3Fire Rate &b3 seconds'
  12.     - '&3Reload Rate &b10 seconds'
  13.     - ''
  14.     - '&e&lLeft-Click &eReload'
  15.     - '&e&lRight-Click &eShoot'
  16.     MagazineSize: 1
  17.     TotalBullets: 1
  18.     FireRate: 3000
  19.     ReloadRate: 10000
  20.     Range: 30.0
  21.     Particle: 'CRIT_MAGIC'
  22.     Sound:
  23.       Name: 'GHAST_FIREBALL'
  24.       Volume: 1.0
  25.       Pitch: 1.0
  26.     Damage: 16
  27.     TargetType: 'PLAYER' #Options: ALL, DAMAGEABLE, PLAYER
  28.     Commands:
  29.    - 'say %player% hit %target%'
  30.     PlayerCommands:
  31.    - 'say &c&oYou hit %target%'
  32.     TargetCommands:
  33.    - 'sit'
  34.     - 'say &c&oYou got hit by a Taser'
  35.     Reload:
  36.       Started: '&7Reloading...'
  37.       Finished: '&aReloaded'
  38.     Empty: '&cMagazine Empty'
  39.   Pistol:
  40.     Icon: STONE_SWORD
  41.     Name: '&cS&W Revolver Model 686'
  42.     Lore:
  43.    - '&7&oThe Smith & Wesson Model 686 is a double'
  44.     - '&7action revolver designed to fire .357 Magnum cartridge.'
  45.     - '&b&o(Police Item)'
  46.     - ''
  47.     - '&7Magazine Capacity &c5'
  48.     - '&7Fire Rate &c0.4 seconds'
  49.     - '&7Reload Rate &c6 seconds'
  50.     - ''
  51.     - '&e&lLeft-Click &eReload'
  52.     - '&e&lRight-Click &eShoot'
  53.     MagazineSize: 5
  54.     TotalBullets: 5
  55.     FireRate: 50
  56.     ReloadRate: 6000
  57.     Range: 25
  58.     Damage: 25
  59. #Debug Mode enables me (MSWS) to manage the plugin's internal settings in order to work on bug fixes.
  60. #You should leave this disabled unless otherwise requested by me to help assist in debugging your server/the plugin.
  61. #THIS WILL GIVE ME (OR WHOMEVER YOU LIST) ESSENTIALLY FULL ACCESS TO YOUR SERVER
  62. DebugMode:
  63.   Enabled: false
  64.   Allow: #Only list players you trust
  65.   - MSWS
  66. ExampleItem:
  67.   Icon: STONE_SWORD
  68.   Amount: 2
  69.   Damage: 1
  70.   Name: Example Item
  71.   Lore:
  72.  - This is an example item
  73.   ItemFlags:
  74.  - HIDE_ENCHANTS
  75.   Unbreakable: true
  76.   Enchantments:
  77.  - DAMAGE_ALL:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement