Mechanics and Plugins (CivMC): Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(add finale stuff)
Line 1: Line 1:
TODO: like everything
TODO: like almost everything


== Namelayer ==
== Namelayer ==
Line 35: Line 35:
== Combat ==
== Combat ==
{{Main|Finale}}
{{Main|Finale}}
{{:Finale}}.
== Misc (aka SimpleAdminHacks) ==

In CivMC besides sweeping attacks and attack cooldown being disabled

*The cooldown of ender pearls and golden apples is set to 16 seconds
*Clicks per second are limited to 9
*Custom food health regeneration and knockback values are set
*All non-sword damage is reduced by 20%
*Instant health regenerates 12 points of hp (♥♥♥♥♥♥)
<ref>https://github.com/CivMC/CivDocker/blob/master/paper/config/plugins/Finale/config.yml</ref>

===Logging out and Combat tag===
When disconnecting from the server you leave behind a CombatLogger for at least 60 seconds<ref>https://github.com/CivMC/CivDocker/blob/master/paper/config/plugins/CombatTagPlus/config.yml#L106</ref>, commonly referred to as logger, a CombatLogger is a player entity that can not move (or be moved) but can be killed, and it's death is treated as you dying meaning you can be pearled or lose your inventory. To avoid leaving this entity behind you can issue the /logout command, starting a 10 second process that, if not interrupted by PvP or movement, will disconnect you at the end without leaving a logger, this however is disabled while you're combat tagged

Besides entering PvP throwing an ender pearl also combat tags you

==Misc (aka SimpleAdminHacks)==