CivClassic / ExilePearl

For when you really just don't want that dude HERE but don't care if he plays - Paper plugin built for 1.16.5 Minecraft - Anti-grief tool built for players, not mods.
MIT License
0 stars 18 forks source link

Miscellaneous fixes #63

Closed squareblob closed 4 years ago

squareblob commented 4 years ago

1) BlockHolder::getname() : Fixes #62. Returns the block type for any block and the blocks custom display name (if applicable). 2) PlayerHolder::getName() : Show PlayerHolder name in aqua for a bit more clarity. 3) EntityHolder : Allow storing pearls in itemframes. Behavior before this commit was that pearls can be placed in item frames yet no PearlMovedEvent is triggered and the pearl is freed upon validation attempt. 4) Fixes a bug where shift clicking into a furnace updates the pearl holder to the furnace even though the pearl is not actually transferred.

Maxopoly commented 4 years ago

Nice work