GIToez

Untitled

Nov 5th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.02 KB | None | 0 0
  1. ############Velocity Issue########## and yea the message doesnt work either hmm
  2. SandBurial:
  3.   Skills:
  4.   - message{m="<caster.name><&co> Sand Style Sand Burial!"} @PlayersInRadius{r=40}
  5.   - delay 5
  6. #  - velocity{x=0;y=10;z=0} @target
  7.   - throw{velocity=0;velocityY=5} @target
  8.   - stun{d=60;f=true} @target
  9.   - delay 10
  10.   - prison{material=SANDSTONE;duration=200;breakable=true} @target
  11.  
  12. #########Mob Level Issue###############
  13. Ninja:
  14.   Type: HUSK
  15.   Display: '&aNinja [LvL<mob.level>]'
  16.   Disguise:
  17.     Type: player
  18.     Skin: 'meeeh'
  19.   Health: 20
  20.   Damage: 1
  21.   Equipment:
  22.   - IRON_HELMET HEAD
  23.   - IRON_CHESTPLATE CHEST
  24.   - IRON_LEGGINGS LEGS
  25.   - IRON_BOOTS FEET
  26.   - IRON_SWORD HAND
  27.   - SHIELD OFFHAND
  28.   Drops:
  29.   - GOLD_NUGGET{display="Gold Coin"} 1to2 0.05
  30.   LevelModifiers:
  31.   - health 5
  32.   - damage 0.5
  33.   Options:
  34.     MovementSpeed: 0.2
  35.   Skills:
  36.   - effect:particles{particle=heart;amount=1;hs=0.1;vs=0.1;y=1.5} @self ~onTimer:20 0.25
  37. `````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
  38. # For more information, check out the plugin manual or join us on Discord:
  39. # http://www.mythicmobs.net
  40. #  
  41. Configuration:
  42.   Version: 4.7
  43.   General:
  44.     AllowMetrics: true
  45.     CheckForUpdates: true
  46.     CompatibilityMode: false
  47.     DebugLevel: 0
  48.     ErrorLogging: true
  49.     Language: enUS
  50.     UseVolatileFeatures: true
  51.   Clock:
  52.     ClockInterval: 1
  53.     SaveInterval: 5
  54.     SpawnsInterval: 2
  55.     ScannerInterval: 10
  56.     CleanupInterval: 600
  57.   Components:
  58.     CustomSpawners: true
  59.     RandomSpawning: true
  60.   Mobs:
  61.     DespawnByDefault: true
  62.     EnableAIModifiers: true
  63.     EnableTimerSkills: true
  64.     EnableThreatTables: true
  65.     EnablePlayerFactions: true
  66.     EnableLegacySkills: false
  67.     KillMessagePrefix: ''
  68.     PreventOtherDropsByDefault: false
  69.     Scaling:
  70.       Default:
  71.         Enabled: true
  72.         PerBlocksFromSpawn: 25
  73.       Ninji:
  74.         Enabled: true
  75.         PerBlocksFromSpawn: 250
  76.       world2_nether:
  77.         Enabled: false
  78.         PerBlocksFromSpawn: 100
  79.     DefaultLevelModifiers:
  80.       Health: 0.1
  81.       Armor: 0
  82.       Damage: 0.1
  83.       KnockbackResistance: 0
  84.       Power: 0
  85.   RandomSpawning:
  86.     DisableVanillaSpawns: true
  87.     GenerateSpawnPoints: false
  88.     MaxMobsPerChunk: 2
  89.     SpawnRadiusPerPlayer: 64
  90.     SpawnRadiusPerPlayerY: 32
  91.     DespawnLazyRandomMobs: true
  92.     MaxGenerationTime: 20
  93.     PointsPerSecond:
  94.       Land: 5
  95.       Air: 0
  96.       Sea: 2
  97.       Lava: 0
  98.       Ground: 0
  99.   Compatibility:
  100.     Heroes:
  101.       Enabled: true
  102.     McMMO:
  103.       Enabled: false
  104.       ShowXPMessage: true
  105.       XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  106.     SkillAPI:
  107.       Enabled: false
  108.       ShowXPMessage: true
  109.       XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  110.     Vault:
  111.       Enabled: true
  112.       ShowMoneyMessage: true
  113.       MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
Advertisement
Add Comment
Please, Sign In to add comment