summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* /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
| | |
* | | Only show hidden player count, if it's more than 0snowleo2011-07-18-1/+1
|/ /
* | Fix InventoryWorkaround.addItem() not using the combined list.snowleo2011-07-18-2/+2
| |
* | Append the event and not the word event to trade logsnowleo2011-07-18-1/+1
| |
* | Log location of /sell and signssnowleo2011-07-18-9/+22
| |
* | Missing return in /time reset commandsnowleo2011-07-18-0/+1
| |
* | Fix player still being in user list after he was deleted.snowleo2011-07-18-0/+1
| |
* | Added option to hide player from /list /who ... login message.snowleo2011-07-18-9/+107
|/ | | | | This is for other plugins, that want to hide a player. Use IEssentials.getUser(Player p).setHidden(boolean)
* Split build and use protectionsnowleo2011-07-18-2/+21
|
* Protect Rails and other signs from pistonssnowleo2011-07-18-1/+66
|
* Cleaned deprecated functionssnowleo2011-07-18-44/+23
|
* Piston push blacklistsnowleo2011-07-18-3/+41
|
* Protection of signs against pistonssnowleo2011-07-18-50/+118
|
* Bukkit Permission systemsnowleo2011-07-18-9/+65
| | | | New config setting: use-bukkit-permissions
* CB #1000 Bukkit #700ementalo2011-07-17-2/+165
|
* Test #706. essentials.mute.exempt - messages for mute playersementalo2011-07-17-1/+1
|
* Merge branch 'master' of github.com:essentials/Essentialsementalo2011-07-17-177/+591
|\
| * Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵snowleo2011-07-16-0/+16
| | | | | | | | other protection plugins.
| * mute for offline userssnowleo2011-07-16-1/+1
| |
| * Register API #8f66f7dcae80945250301a9d9e644a74ab28d0b6snowleo2011-07-16-37/+232
| | | | | | | | Supports BOSE7
| * Disable old message about iconomy not being enabled before essentialssnowleo2011-07-16-1/+1
| |
| * fix kickexemptsnowleo2011-07-16-0/+1
| |
| * Revert to correct class loadersnowleo2011-07-16-3/+3
| |
| * restricted-commands have been removed from config.ymlsnowleo2011-07-16-45/+49
| | | | | | | | Now we have a whitelist: player-commands
| * Log free signs.snowleo2011-07-16-3/+7
| | | | | | | | | | We don't how much the user takes out of the free sign, so we log the maximum value. Also corrected the stack sizes.
| * Colored signs with &0-fsnowleo2011-07-16-0/+8
| | | | | | | | Permissions: essentials.signs.color
| * Revert broken ban reason for /tempbansnowleo2011-07-16-1/+1
| |
| * German language file correctionssnowleo2011-07-16-3/+3
| |
| * Fixing the UnitTestssnowleo2011-07-16-0/+2
| |
| * Merge branch 'master' of https://github.com/essentials/Essentialssnowleo2011-07-16-10/+30
| |\
| * | Created an interface for settings.snowleo2011-07-16-14/+193
| | |