text
stringlengths
0
1.52k
#30 Bleed Effect
--------------------------------------------------------------------------------
Syntax:
(spawn|create|apply) (a|the|an) bleed (effect|formation) (at|on|for|to) %entity/location% with id %string%
Description:
Creates an EffectLib bleed effect.
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
================================================================================
#31 Change Citizen Skin
--------------------------------------------------------------------------------
Syntax:
change citizen %number% skin to %string%
Description:
Change the skin of a citizen by:
* ID
* Minecraft Username
This will change the skin of an NPC to a given Minecraft username
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
Required Plugins: {'name': 'Citizens', 'link': 'https://dev.bukkit.org/projects/citizens'}
================================================================================
#32 Circle Effect
--------------------------------------------------------------------------------
Syntax:
(spawn|create|apply) (a|the|an) circle (effect|formation) (at|on|for) %entity/location% with id %string% [with particle[s] %particles%] [(and|with) radius %number%]
Description:
Creates an EffectLib circle effect.
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
================================================================================
#33 Citizen Build
--------------------------------------------------------------------------------
Syntax:
make citizen %number% build %string% at %location% [speed %number%] for %player%
Description:
Build by:
* Schematic
* Player
* Location
* Citizen ID
This will have an NPC build a schematic that is located in plugins/Builder/schematics
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
Required Plugins: {'name': 'Builder', 'link': 'http://ci.citizensnpcs.co/job/Builder/'}, {'name': 'Citizens', 'link': 'https://dev.bukkit.org/projects/citizens'}
================================================================================
#34 Citizen Hold
--------------------------------------------------------------------------------
Syntax:
make citizen %number% hold %item stack%
Description:
This will make a Citizen hold an object in their hand.
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
Required Plugins: {'name': 'Citizens', 'link': 'https://dev.bukkit.org/projects/citizens'}
================================================================================
#35 Citizen Invulnerability
--------------------------------------------------------------------------------
Syntax:
make citizen %number% (invulnerable|vulnerable)
Description:
Change if a citizen takes damage by:
* ID
* Invulnerable
* Vulnerable
This will allow you to choose if an NPC can receive damage
Syntax Type: effect
Addon: skRayFall
Addon Link: https://dev.bukkit.org/projects/skrayfall
Required Plugins: {'name': 'Citizens', 'link': 'https://dev.bukkit.org/projects/citizens'}