parent
6bc4d122f8
commit
aa1c8b0eea
3 changed files with 20 additions and 2 deletions
12
README.md
12
README.md
|
@ -1,8 +1,18 @@
|
||||||
|
|
||||||
|
This is alpha software, so it's likely something won't work properly
|
||||||
|
Please report all suspicious behavior. You can do so on any of those:
|
||||||
|
- https://git.m724.eu/Minecon724/tweaks724/issues
|
||||||
|
- https://discord.gg/86X4Z5JUeq
|
||||||
|
- https://www.spigotmc.org/threads/tweaks724.670906/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# tweaks724
|
# tweaks724
|
||||||
|
|
||||||
Stuff no<sub><sup>t many</sup></sub> other plugins have.
|
Stuff no<sub><sup>t many</sup></sub> other plugins do.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
- **1.21.1** this is mandatory as the plugin uses NMS for some stuff
|
||||||
- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) (optional, but you lose a lot)
|
- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) (optional, but you lose a lot)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# Tweaks724
|
||||||
|
# This is alpha software, so it's likely something won't work properly
|
||||||
|
# Please report all suspicious behavior. You can do so on any of those:
|
||||||
|
# - https://git.m724.eu/Minecon724/tweaks724/issues
|
||||||
|
# - https://discord.gg/86X4Z5JUeq
|
||||||
|
# - https://www.spigotmc.org/threads/tweaks724.670906/
|
||||||
|
|
||||||
worldborder:
|
worldborder:
|
||||||
# Hides the world border at 30 mil
|
# Hides the world border at 30 mil
|
||||||
# Client side so it won't make the world bigger or anything
|
# Client side so it won't make the world bigger or anything
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
name: Tweaks724
|
name: Tweaks724
|
||||||
author: Minecon724
|
author: Minecon724
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
|
website: https://www.spigotmc.org/resources/tweaks724.121057/
|
||||||
|
|
||||||
main: eu.m724.tweaks.TweaksPlugin
|
main: eu.m724.tweaks.TweaksPlugin
|
||||||
api-version: 1.21.1
|
api-version: 1.21.1
|
||||||
depend: [ProtocolLib]
|
depend: [ProtocolLib]
|
||||||
softdepend: [voicechat]
|
#softdepend: [voicechat]
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
chat:
|
chat:
|
||||||
|
|
Loading…
Reference in a new issue