Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Missing space in Spawnmob message | snowleo | 2011-07-23 | -1/+1 |
| | ||||
* | Don't give out a full stack on /unlimited, instead either 2 or 1, if the max ↵ | snowleo | 2011-07-23 | -1/+1 |
| | | | | stack size is 1 | |||
* | Now the cleanup | snowleo | 2011-07-23 | -1/+0 |
| | ||||
* | Revert "minor cleanup" | snowleo | 2011-07-23 | -183/+185 |
| | | | | | | This reverts commit 50271980104e5a944baf1f417fa87beaeef810cd. Don't mess with the line endings! | |||
* | Add white color after each name to prevent coloration of the next name. | snowleo | 2011-07-23 | -0/+2 |
| | ||||
* | minor cleanup | ementalo | 2011-07-22 | -185/+183 |
| | ||||
* | Merge pull request #17 from Macel/master | ementalo | 2011-07-22 | -8/+15 |
|\ | | | | | Added translations to plugin help command failure log messages | |||
| * | *First Commit - Please verify I did everything right* - Added translations | Robert Meany | 2011-07-22 | -8/+15 |
|/ | | | | to plugin help command failure log messagets. | |||
* | SignProtection code fix number 92324 | ementalo | 2011-07-22 | -1/+1 |
| | ||||
* | SignProtection another fix | ementalo | 2011-07-22 | -3/+2 |
| | ||||
* | fix of my fix | ementalo | 2011-07-22 | -2/+2 |
| | ||||
* | Test #725 fix for Protection signs created before 2.5 | ementalo | 2011-07-22 | -2/+4 |
| | ||||
* | Test #723 essentials.ban.notify - only people with this permission get ↵ | ementalo | 2011-07-22 | -1/+8 |
| | | | | notified on ban | |||
* | /unlimited: Instead of 2, give the player a full stack | snowleo | 2011-07-21 | -1/+2 |
| | ||||
* | EssentialsChat: The user should see his own message | snowleo | 2011-07-21 | -6/+7 |
| | | | | Corrected radius | |||
* | Null pointer check for Perm 2.7.4 prefix/suffix | snowleo | 2011-07-21 | -4/+5 |
| | ||||
* | Merge pull request #15 from khobbits/patch-3 | snowleo | 2011-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 ↵ | KHobbits | 2011-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/master | snowleo | 2011-07-20 | -6/+3 |
|\ \ | | | | | | | Fix for local chat, leftover Factions cleanup | |||
| * | | Fix for local chat not working (instead acting just like global chat) | Brettflan | 2011-07-20 | -1/+1 |
| | | | ||||
| * | | Removed leftovers from initial Factions integration | Brettflan | 2011-07-20 | -5/+2 |
|/ / | ||||
* | | Updated VanishNoPickup: | snowleo | 2011-07-20 | -0/+0 |
| | | | | | | | | vanish player if they are set as hidden on join | |||
* | | Updated VanishNoPickup | snowleo | 2011-07-20 | -0/+0 |
| | | | | | | | | | | Correctly save hidden users Allow /vanish hide playername from console | |||
* | | Fix /time for players without essentials.time.world | snowleo | 2011-07-20 | -1/+1 |
| | | ||||
* | | Updated VanishNoPickup | snowleo | 2011-07-20 | -0/+0 |
| | | | | | | | | Moved /noaggro command to /vanish aggro | |||
* | | VanishNoPickup 1.9.12+essentials2 | snowleo | 2011-07-20 | -0/+0 |
| | | ||||
* | | Don't return offline players with getPlayer() | snowleo | 2011-07-20 | -1/+2 |
| | | ||||
* | | Prevent players to create correct signs with essentials.signs.color permission. | snowleo | 2011-07-20 | -8/+8 |
| | | ||||
* | | Don't teleport to offline users. | snowleo | 2011-07-20 | -1/+1 |
| | | ||||
* | | Show player not found message, if no unhidden player is found in /msg | snowleo | 2011-07-20 | -1/+16 |
| | | ||||
* | | Native support for PermissionsEx | snowleo | 2011-07-20 | -42/+136 |
| | | ||||
* | | Revert "I don't think we need this anymore." | snowleo | 2011-07-20 | -0/+4 |
| | | | | | | | | | | | | This reverts commit 83b71eef5ed18ee352707c06b40d4c2133f0cdf6. Also inverted it, so it works now again. | |||
* | | Spawnmob sign | snowleo | 2011-07-20 | -0/+48 |
| | | ||||
* | | Cleanup | snowleo | 2011-07-20 | -36/+36 |
| | | ||||
* | | Added VanishNoPickup 1.9.12+essentials1 | snowleo | 2011-07-20 | -0/+0 |
| | | ||||
* | | Socialspy for aliases of commands | snowleo | 2011-07-20 | -37/+41 |
| | | | | | | | | Adding tell as alias of msg | |||
* | | Fix: Unmute players, even if they have essentials.mute.exempt permission | snowleo | 2011-07-20 | -1/+1 |
|/ | ||||
* | More changes to the EssentialsChat API for Factions | snowleo | 2011-07-20 | -37/+9 |
| | ||||
* | Fix duplicated logger messages in GM after reload | snowleo | 2011-07-19 | -1/+3 |
| | ||||
* | The event.getPlayer() is needed for the hook. | snowleo | 2011-07-19 | -2/+2 |
| | ||||
* | Rewritten Factions hook, so we don't need Factions in our code. | snowleo | 2011-07-19 | -38/+70 |
| | ||||
* | Removing the annoying c3p0 start message. | snowleo | 2011-07-19 | -1/+15 |
| | ||||
* | Close database connections on plugin deactivation | snowleo | 2011-07-19 | -1/+22 |
| | ||||
* | /tempban and /ban have the same problem as /tjail | snowleo | 2011-07-19 | -8/+35 |
| | | | | | | new permissions: essentials.ban.offline essentials.tempban.offline | |||
* | user.dispose() should be called on every quit. | snowleo | 2011-07-19 | -1/+1 |
| | ||||
* | We can't test for essentials.jail.exempt, if the player is offline, so added ↵ | snowleo | 2011-07-19 | -3/+16 |
| | | | | a new permission essentials.togglejail.offline | |||
* | More fixes to /tjail | snowleo | 2011-07-19 | -6/+6 |
| | | | | | Don't prevent unjailing an admin Fix time change | |||
* | Another fix for /tjail offline players | snowleo | 2011-07-19 | -1/+9 |
| | ||||
* | Send helpop messages to console | snowleo | 2011-07-19 | -1/+4 |
| | ||||
* | {UNIQUE} player count for motd | snowleo | 2011-07-19 | -0/+1 |
| |