MoreTotems
Some minor tweaks to Totems of Undying
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
MoreTotems
MoreTotems
MoreTotems is a simple Paper plugin which adds some minor tweaks to Totems of Undying.
🚀 Quick Start
📥 Installation:
> #### ⚠️ Warning! > > Please, do not download versions from range: > 0.1.0-data-1.20.5..0.1.0-1.20.5+mod! > They are not loading because of #11 (Data pack is not loading on >=1.20.5) and > #13 (Data pack never registers objectives). > > So, it is recommended not to use experimental data pack versions of the plugin.
Please ensure that you have the following software installed: - Java (≥ 11 LTS) - Minecraft (≥ 1.19.4) - Paper (≥ 1.19.2 build #191)
To install the plugin on your Minecraft server, you should: 1. Download the latest version. 2. Place it to the ``plugins`` directory in the root of the server. 3. Restart the server.
⚠️ Experimental versions:
> #### ⚠️ Disclaimer: > > I am currently developing some experimental alpha versions of this plugin, > which can be loaded as vanilla data packs. I recommend not to use them because > of many bugs. So, if you download such experimental version and load it to > your world, please be ready for many serious errors.
💡 Features:
- %%MD1%%. A Totem of Undying with the %%MD1%%. set will not disappear when used. To get such totem you can use one of the following commands: - ≤ 1.20.4: ``/minecraft:give @s minecraft:totem_of_undying{Unbreakable:1b} 1`` - ≥ 1.20.5: ``/minecraft:give @s minecraft:totem_of_undying[minecraft:unbreakable={}] 1`` - %%MD1%%. - %%MD1%%. Every Totem of Undying enchanted with Unbreaking of ``n``th level has a ``100/(n+1)``% chance that it will disappear when used. Otherwise, it will not. So, the Totem of Undying enchanted with Unbreaking of 3 level has a 75% chance that it will not disappear when used.
🔧 Configuration:
Coming soon!
📭 Contact me:
📖 License
This project and its sources are licensed under the MIT License:
```text MIT License
Copyright (c) 2025 JustHuman228
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```