Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwkerr/fairitempickup
Vanilla Minecraft item pickup favours the player who has been online longest, this plugin equalises that.
https://github.com/jwkerr/fairitempickup
Last synced: 5 days ago
JSON representation
Vanilla Minecraft item pickup favours the player who has been online longest, this plugin equalises that.
- Host: GitHub
- URL: https://github.com/jwkerr/fairitempickup
- Owner: jwkerr
- License: mit
- Created: 2023-07-21T18:12:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-21T22:57:51.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:23:14.873Z (about 2 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FairItemPickup
Vanilla Minecraft item pickup favours the player who has been online longest, this plugin equalises that.When a player picks up an item, the event will be cancelled and a random player within range of picking up the item will be chosen instead.
A known drawback of the current implementation is that the "flying" animation wherein the item flies towards the player does not occur. PRs are welcome if you can think of an elegant way of implementing this.