summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* /unlimited: Instead of 2, give the player a full stacksnowleo2011-07-21-1/+2
|
* EssentialsChat: The user should see his own messagesnowleo2011-07-21-6/+7
| | | | Corrected radius
* Null pointer check for Perm 2.7.4 prefix/suffixsnowleo2011-07-21-4/+5
|
* Merge pull request #15 from khobbits/patch-3snowleo2011-07-20-1/+1
|\ | | | | Not sure how well this would work, but its probably worth giving the user at least two of the item to combat client lag, if you try and build something with unlimited, but you only have 1 item, client lag prevents you from doing so quickly, because you need to wait for the server to give you back the item.
| * Not sure how well this would work, but its probably worth giving the user at ↵KHobbits2011-07-20-1/+1
| | | | | | | | least two of the item to combat client lag, if you try and build something with unlimited, but you only have 1 item, client lag prevents you from doing so quickly, because you need to wait for the server to give you back the item.
* | Merge pull request #16 from Brettflan/mastersnowleo2011-07-20-6/+3
|\ \ | | | | | | Fix for local chat, leftover Factions cleanup
| * | Fix for local chat not working (instead acting just like global chat)Brettflan2011-07-20-1/+1
| | |
| * | Removed leftovers from initial Factions integrationBrettflan2011-07-20-5/+2
|/ /
* | Updated VanishNoPickup:snowleo2011-07-20-0/+0
| | | | | | | | vanish player if they are set as hidden on join
* | Updated VanishNoPickupsnowleo2011-07-20-0/+0
| | | | | | | | | | Correctly save hidden users Allow /vanish hide playername from console
* | Fix /time for players without essentials.time.worldsnowleo2011-07-20-1/+1
| |
* | Updated VanishNoPickupsnowleo2011-07-20-0/+0
| | | | | | | | Moved /noaggro command to /vanish aggro
* | VanishNoPickup 1.9.12+essentials2snowleo2011-07-20-0/+0
| |
* | Don't return offline players with getPlayer()snowleo2011-07-20-1/+2
| |
* | Prevent players to create correct signs with essentials.signs.color permission.snowleo2011-07-20-8/+8
| |
* | Don't teleport to offline users.snowleo2011-07-20-1/+1
| |
* | Show player not found message, if no unhidden player is found in /msgsnowleo2011-07-20-1/+16
| |
* | Native support for PermissionsExsnowleo2011-07-20-42/+136
| |
* | Revert "I don't think we need this anymore."snowleo2011-07-20-0/+4
| | | | | | | | | | | | This reverts commit afdc46e277090214a6ff233c4ed8477139d7f332. Also inverted it, so it works now again.
* | Spawnmob signsnowleo2011-07-20-0/+48
| |
* | Cleanupsnowleo2011-07-20-36/+36
| |
* | Added VanishNoPickup 1.9.12+essentials1snowleo2011-07-20-0/+0
| |
* | Socialspy for aliases of commandssnowleo2011-07-20-37/+41
| | | | | | | | Adding tell as alias of msg
* | Fix: Unmute players, even if they have essentials.mute.exempt permissionsnowleo2011-07-20-1/+1
|/
* More changes to the EssentialsChat API for Factionssnowleo2011-07-20-37/+9
|
* Fix duplicated logger messages in GM after reloadsnowleo2011-07-19-1/+3
|
* The event.getPlayer() is needed for the hook.snowleo2011-07-19-2/+2
|
* Rewritten Factions hook, so we don't need Factions in our code.snowleo2011-07-19-38/+70
|
* Removing the annoying c3p0 start message.snowleo2011-07-19-1/+15
|
* Close database connections on plugin deactivationsnowleo2011-07-19-1/+22
|
* /tempban and /ban have the same problem as /tjailsnowleo2011-07-19-8/+35
| | | | | | new permissions: essentials.ban.offline essentials.tempban.offline
* user.dispose() should be called on every quit.snowleo2011-07-19-1/+1
|
* We can't test for essentials.jail.exempt, if the player is offline, so added ↵snowleo2011-07-19-3/+16
| | | | a new permission essentials.togglejail.offline
* More fixes to /tjailsnowleo2011-07-19-6/+6
| | | | | Don't prevent unjailing an admin Fix time change
* Another fix for /tjail offline playerssnowleo2011-07-19-1/+9
|
* Send helpop messages to consolesnowleo2011-07-19-1/+4
|
* {UNIQUE} player count for motdsnowleo2011-07-19-0/+1
|
* show hidden for /whoissnowleo2011-07-19-1/+13
|
* Always use lowercase if accessing users map.snowleo2011-07-19-1/+1
|
* only check hidden if !offline, compare user with offlineplayer classementalo2011-07-18-3/+4
|
* Add yet another way to get a user from our users list, Don't teleport an ↵ementalo2011-07-18-4/+38
| | | | | | offline player when jailed Added playerjoin to jaillistener to teleport a player on login
* NPE fix in InventoryWorkaroundsnowleo2011-07-18-0/+5
|
* Workaround for the crippled bukkit permissions.snowleo2011-07-18-2/+14
| | | | Splits the node at . and checks for * permissions on all levels.
* New config settings for Protect:snowleo2011-07-18-0/+38
| | | | | | protect.prevent.tnt-playerdamage protect.prevent.fireball-fire protect.prevent.fireball-playerdamage
* I don't think we need this anymore.snowleo2011-07-18-4/+0
|
* Removed " from language filessnowleo2011-07-18-12/+12
|
* Fix: Player staying afk if movingsnowleo2011-07-18-4/+1
|
* Merge branch 'master' of https://github.com/essentials/Essentialssnowleo2011-07-18-0/+10
|\
| * Merge pull request #14 from khobbits/patch-2snowleo2011-07-17-0/+10
| |\ | | | | | | Missing commands in config.yml
| | * Edited Essentials/src/config.yml via GitHubKHobbits2011-07-17-0/+10
| | |