Denizen icon indicating copy to clipboard operation
Denizen copied to clipboard

NPC and general Spigot scripting, using the Denizen Scripting Language!

Results 64 Denizen issues
Sort by recently updated
recently updated
newest added

Add the Event from Paper when a Target block is hit by an arrow to Denizen.

- Requested by [jironis](https://discord.com/channels/315163488085475337/1238468432467464252) on Discord.

- Requested by [Gravitation](https://discord.com/channels/315163488085475337/1231241558091890788) on Discord.

- Requested by [Josh65](https://discord.com/channels/315163488085475337/1231813740538630217). - Adds 3 paper-only, 1.20+ tags: - `gateway_count` - `healing_crystals` - `respawn_crystals` - Adds 1 paper-only, 1.20+ mechanism: - `spawn_gateway` - Adds 1 regular tag: -...

**Fixes Schematic Command relating to Entities** - Add missing "glow_item_frame" entity to copied entities. - Fix for Entity being pasted 1 block off of expected position after schematic is flipped....

allow providing an empty map to remove trim

Added count property to pink petals

### Changes: - Update command to `autoCompile()` - Fix https://discord.com/channels/315163488085475337/1226466636811468821

This PR modernizes the PlayerQuitEvent. Additionally to that it adds the following: ### Switches `@Location true`, requested by Chaps79 on Discord. `cause:` to only process the event when it matches...

Reported on [Discord](https://discord.com/channels/315163488085475337/1270826564908486828). Ended up going with reflection instead of modulizing it, since it'd be one util class instead of methods in every version module, and performance wise it should...