Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This plugin uses 3 different files to store data about the plugin and to add some extra options for the user to change, here i will explain what the files are for and how you can edit these files how you want.
- Any of these files can be found in this location.
- <Server folder>/plugins/AdvancedArrowTrails
- Config.yml
- This file adds some extra options for the user of the plugin, currently there is only one option which is to disable trails and remove them from the menu.
- Default Config.yml:
- Version: 2.8.3
- ArrowTrails:
- Blacklist:
- - Name1
- - Name2
- DisablePermissions: false
- HideNonPermittedTrails: false
- ForcePermissions: false
- OnGroundEmit: false
- ParticleAmount: 1
- ParticleAmountOnHit: 30
- Blacklist: By changing Name1 and Name2 you can disable trails, the name of the trail can be found by typing "/atrail ids" ingame.
- DisablePermissions: Set to true if you want to disable per-trail-permissions.
- HideNonPermittedTrails: Hide trails that the player has no permission for from the GUI.
- ForcePermissions: Set to true to force permissions when firing a bound bow or trail.
- OnGroundEmit: Set to true if you want arrows in the ground to keep emitting particles.
- ParticleAmount: The amount of particles that you want to have emitted behind arrows.
- ParticleAmountOnHit: Amount of particles to display when an arrow hits a block (0 to disable).
- The example below will disable 3 trails in total: the water trail, the lava trail (DRIP_LAVA is the lore of the lava trail item) and the angry villager trail. You can add as many lines for disabled trails as you want.
- Version: 2.8.3
- ArrowTrails:
- Blacklist:
- - Water Trail
- - DRIP_LAVA
- - ANGRY_VILLAGER
- DisablePermissions: false
- HideNonPermittedTrails: false
- ForcePermissions: false
- OnGroundEmit: false
- ParticleAmount: 1
- ParticleAmountOnHit: 30
- Lang.yml
- Default lang.yml
- MenuName: '&c&lTrail Menu'
- Messages:
- prefix: '[AdvancedArrowTrails]'
- changeTrail: Trail changed to [trail]
- disableTrail: Trail Disabled
- noPermission: You do not have the permissions to use [trail]
- blockedItem: Sorry but that item is not allowed!
- playerNotFound: Player [target] not found
- wrongTrail: 'Possible trails: [trails]'
- changeOther: Trail changed to [trail] for [target]
- findOther: Player [target] has [trail] selected
- holdBow: Please hold a bow in your hand while using this command
- setLore: Lore set to [lore]
- clearLore: Lore cleared
- reloadConfig: Config Reloaded
- ArrowTrails:
- Names:
- - '&3&lWater Trail'
- - '&3&lLava Trail'
- - '&3&lHeart Trail'
- - '&3&lWitch Spell Trail'
- - '&3&lSpell Trail'
- - '&3&lBarrier Trail'
- - '&3&lEnchanting Trail'
- - '&3&lFlame Trail'
- - '&3&lLava Trail'
- - '&3&lNote Trail'
- - '&3&lRainbow Dust Trail'
- - '&3&lSlime Trail'
- - '&3&lSnowball Trail'
- - '&3&lInstant Spell Trail'
- - '&3&lMob Spell Trail'
- - '&3&lAngry Trail'
- - '&3&lHappy Trail'
- - '&3&lWater Splash Trail'
- - '&3&lEnd Rod'
- - '&3&lDamage Indicator'
- - '&3&lDragons Breath'
- Name:
- Disable: '&3&lDisable Trail'
- Random: '&3&lRandom Trail'
- Message codes:
- Any of these messages change when used
- [trail] - Selected trail
- [target] - Target of a command
- [trails] - List of all trail IDs
- [lore] - new lore
- By editing the Names section you can edit the names of the trails to any name you like, do NOT remove any of the lines! This will cause errors!
- Trails.yml
- This file by default is empty and contains no data. When a player chooses a trail it will log the chosen trail in the file and store it for future use. The chosen trails are stored in this fashion:
- <UUID of the player>:
- trail: <ID of the trail>
- The ID of the trail can be found by using the command "/atrail ids".
- Good luck playing with these settings and I hope you enjoy the plugin :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement