A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
HexedHero 402daf6cbb NoClipItem now strips item data
Before when using abilities such as Item Bomb, Item Throw, Present Throw
etc. we would just copy the item straight up and if the item somehow got
picked up by something then players could dupe the item. This new strip
method now takes all the item data away apart from what makes the item
look unique like Material, Custom Model Data, Enchantments (Adds a
hidden enchantment that does nothing to just show the shiny effect),
Glow, Head Textures and leather colors. This new method also adds
"MMOITEMS_NO_CLIP_ITEM" into the items NBT so we and servers owners can
see and find these items IF they are duped/bugged in the future. Also
added a little bit of extra protection for entity pickup and stopped
some the items from being stackable and causing items. If the item is
somehow picked up it will just look like a normal vanilla item
https://i.imgur.com/oLjkeoD.png but hopefully that will never be the
case of players getting this item but extra padding never hurts.
2020-10-16 17:14:20 +01:00
.m2 Add new file 2020-07-27 21:55:33 -07:00
lib !updated to latest mmolib 2020-10-16 17:42:12 +02:00
src/main NoClipItem now strips item data 2020-10-16 17:14:20 +01:00
.gitignore !Removed .idea and added it to gitignore. 2020-07-25 00:07:06 -07:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-09-05 18:51:47 -07:00
pom.xml !WIP mmoitembuilder 2020-10-16 03:56:45 +02:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00