Plugins
  1. Plugins

Essentials

Public
AuthorCommitMessageCommit dateIssues
md_5md_5
4d60cb9e969Compile for 1.13
md_5md_5
d4de62214cdQuick lockout of unsupported versions
md_5md_5
0f433812581Update for newer build
md_5md_5
6d2ada5bf77Revert "Fix float parsing issues"This reverts commit ec80093afa74422dca5efb57b5c7d11d44cdcb21.
md_5md_5
d74b861f3fbUse server locale for currency format
md_5md_5
7746e350ae6Fix potential breakage with snakeyaml 1.19
md_5md_5
4a7d4710e5dPLUG-256: Update to 1.12.2PLUG-256
md_5md_5
a73c3b15aa7Add 1.12 mobs
md_5md_5
25b27a19fc6Update items.csvSource: https://github.com/drtshock/Essentials/blob/2.x/Essentials/src/items.csv
md_5md_5
40a1b43ee05Update mock classes
md_5md_5
4f698f2d3d4Add SWEEPING_EDGE Enchant
md_5md_5
d6e97205c08PLUG-216: Updated enchantmentsPLUG-216
md_5md_5
92e3f2d9049PLUG-215: Add new mobsPLUG-215
md_5md_5
dd1d918138fPLUG-211: Fix /recipePLUG-211
md_5md_5
16d055dc752Update items.csvSource: https://github.com/drtshock/Essentials/blob/2.x/Essentials/src/items.csv
md_5md_5
c420bf53baaPLUG-205: Fix erroneous usage of setAmount(0) on mirrored ItemStacksPLUG-205
md_5md_5
237ae9ad05cUpdate for newer build
md_5md_5
f43c05e1d16Compile against 1.11
md_5md_5
b6f980aebafUpdate bukkit.jar to 1.9
cindy_kcindy_k
d2d6fdd7450MMerge pull request #2 in PLUGIN/essentials from CATS/essentials:nan-fix-0 to 2.x* commit 'ec80093afa74422dca5efb57b5c7d11d44cdcb21': Fix float parsing issues
Jonas KonradJonas Konrad
ec80093afa7Fix float parsing issues
cindy_kcindy_k
88b409a04e0andrewkm provided items.csv with shorter names for signs.Thank you!
md_5md_5
d4fb0383c85PLUG-41: Use UUID methods for zPermissionsPLUG-41
md_5md_5
c1f84306d60Update for compilation on 1.8.3.
cindy_kcindy_k
5eadb89e6abFixed exp for 1.8
cindy_kcindy_k
5686021140cUpdated items.csv
md_5md_5
9cf54fcf57cUndo doclint skipping
Thinkofnamemd_5Thinkofname
9ac5a9c161eUpdate to Minecraft 1.8For more information please see http://www.spigotmc.org/
KHobbitsKHobbits
ad13062117bUnrequired Dependacy
KHobbitsKHobbits
d11a295ffd0MMerge branch '2.x' of github.com:essentials/Essentials into 2.x
KHobbitsKHobbits
ffea3596611rework /seen to be a little stricter on argument matching.
md_5md_5
037456c99dbFix missed cases from previous user iteration optimizations.
KHobbitsKHobbits
5125a137f4aMake sure we close any open inventories of players who leave.
KHobbitsKHobbits
3f1c9969599Use quicker ban lookup to reduce /seen lag.
KHobbitsKHobbits
53a7cd732fcAdd paging to mail.Support aliases in rule and baltop output.
KHobbitsKHobbits
4fd026ff992Add mailFormat TL key.
NecrodoomKHobbitsNecrodoom
d9fbd685297Misc clarification (socialspy and kit delay)clarify allow-silent-join-quit
NecrodoomKHobbitsNecrodoom
49d80462d16Remove outdated try-catches
NecrodoomKHobbitsNecrodoom
1d859e49addAdd /tempban missing syntax
FearFreeKHobbitsFearFree
a2c43d822c6Add amount required to notEnoughMoney TL key.See https://essentials3.atlassian.net/browse/ESS-5125 for request.ESS-5125
KHobbitsKHobbits
7907565377bFormatting fixes.
SidShakalKHobbitsSidShakal
d1c014fe163Fix sticky piston retract breaking essentials signSticky pistons could break signs that were mounted on blocks the pistons were retracting. This patch extends the protection from just the piston base to include the extended piston arm and the block at the end of the piston arm as well. This method will very likely need to be changed again when 1.8 comes out, but this should bring us a bit closer, by wrapping the block tests in a loop.
md_5KHobbitsmd_5
465041b98b5Optimize player / user iteration.* Add a method for backwards compatability with unmapped code. * Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface * Add a new method getOnlineUsers() Ljava/lang/Iterable; * Convert appropriate calls to use this method * Update Bukkit to #1945 * Update CraftBukkit to #3103
Alexander LikhachevKHobbitsAlexander Likhachev
ed56afda261Add permission check before resetting speed on login The staff of my server asked me to do this fix, but I think it is very useful for all.This commit change is to reset player fly & run speed only if player has no permission to change speed.
KHobbitsKHobbits
23f14bc2d51If a player already exists in the usermap, don't replace it with a eco npc.
KHobbitsKHobbits
c829a325552Clean up tempban messages to be a little clearer.
KHobbitsKHobbits
ae984c2055cUpdate translations from Crowdin (http://translate2.ess3.net)
KHobbitsKHobbits
0c416c83666Remove ban check from /ess cleanup, no longer required.Fix ban upgrade script.
FearFreeKHobbitsFearFree
51be2131f73Update to new ban method.
KHobbitsKHobbits
575a8142ff4Add ban reason to /banip