Denizen
Denizen copied to clipboard
NPC and general Spigot scripting, using the Denizen Scripting Language!
The ability to prevent players from seeing chunks would be a really cool addition, similarly to the entity hiding mechanisms. If possible to use in the same way: ChunkTag.hide_from_players ChunkTag.show_to_players...
Several users have requested support for MongoDB, akin to the support we have for MySQL and Redis. Presumably a `mongo` or `mongodb` command and maybe some relevant tags. MongoDB operates...
Dump issue for requested feature expansions to shape objects (CuboidTag, PolygonTag, EllipsoidTag) - [ ] `(Shape).is_within[(Shape)]` for all shapes including cross-support. Like `EllipsoidTag.is_within[CuboidTag]` and etc. (or `.contains` as the tag...
Now that we have custom crafting recipes working great, I started to look into making custom brewing recipes. Unfortunately that doesn't seem to be a thing but I'm still going...
Would be quite useful to be able to define how many of an item can be in a single stack, perhaps this has compatibility issues with other plugins that handle...
I believe it's possible to adjust the volume of a midi while it is playing. Currently if that is done, it will restart the file to play from the beginning....
I need a tag to get the *extra damage*an *item itself* provides. By this, I mean that I don't want to calculate *strength potions, weakness potions* or *the entity itself's...
Mergu said the cuboid argument is broken, so I assume it currently isn't able to copy cuboids :D
just like this https://github.com/DenizenScript/Denizen-For-Bukkit/issues/1276 but for item scripts
I think it'd be nice to have an event section in inventory scripts that are relevant to the specific inventory, much like there is an action section in assignment scripts....