Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix group name when using wildcard group definitions. | KHobbits | 2013-04-06 | -3/+4 |
| | ||||
* | Remove GB from main build.xml | ementalo | 2013-04-04 | -1/+0 |
| | ||||
* | [update] Remove GroupBridge | ementalo | 2013-04-04 | -2849/+0 |
| | ||||
* | Missing file update. | KHobbits | 2013-04-04 | -0/+24 |
| | ||||
* | Update Bukkit for 1.5.1-R0.1 Beta. | KHobbits | 2013-04-04 | -0/+0 |
| | | | | CB: 2735 Bukkit: 1741 | |||
* | Merge pull request #435 from GunfighterJ/2.9 | Paul A. | 2013-04-02 | -1/+1 |
|\ | | | | | [Fix] NPE on ptime from console | |||
| * | [Fix] NPE on ptime from console | GunfighterJ | 2013-04-02 | -1/+1 |
| | | ||||
* | | Merge pull request #431 from GunfighterJ/2.9 | Iaccidentally | 2013-04-01 | -14/+26 |
|\| | | | | | Show Geolocation in /seen | |||
| * | Show Geolocation in /seen | GunfighterJ | 2013-04-01 | -14/+26 |
| | | | | | | | | Refactor argument for clarity | |||
* | | Block sign interact if player is dead. | KHobbits | 2013-04-01 | -2/+2 |
| | | ||||
* | | Merge pull request #428 from necrodoom/patch-15 | KHobbits | 2013-03-31 | -0/+2 |
|\ \ | | | | | | | readd "forest" and "jungle" | |||
| * | | readd "forest" and "jungle" | Necrodoom | 2013-03-31 | -0/+2 |
|/ / | ||||
* | | For group overflow, add a little colour. | KHobbits | 2013-03-30 | -2/+2 |
| | | ||||
* | | Use original casing in config file group name. | KHobbits | 2013-03-30 | -1/+1 |
| | | ||||
* | | [FIX] add itemframe support to remove | Iaccidentally | 2013-03-29 | -1/+10 |
| | | ||||
* | | Prevent sign healing when the player is recently dead. | KHobbits | 2013-03-29 | -0/+4 |
| | | ||||
* | | Update messages_pl.properties | SKmedix | 2013-03-29 | -1/+1 |
| | | | | | | | | Update Polish translation. | |||
* | | [Fix] Allow console to afk others | Necrodoom | 2013-03-29 | -0/+16 |
| | | ||||
* | | wipe too general log name aliases | Necrodoom | 2013-03-29 | -5/+0 |
| | | ||||
* | | [Fix] Sudo allowed on vanished players. | Necrodoom | 2013-03-29 | -1/+1 |
| | | ||||
* | | prevent confusion at /ci code | Necrodoom | 2013-03-29 | -2/+2 |
| | | ||||
* | | Spacing. | KHobbits | 2013-03-29 | -10/+11 |
| | | ||||
* | | Fixing casing and formatting issues in /list | KHobbits | 2013-03-29 | -6/+6 |
| | | ||||
* | | Merge pull request #423 from kukelekuuk00/patch-1 | KHobbits | 2013-03-28 | -1/+1 |
|\ \ | |/ |/| | [Fix] Strip colourcodes from groups in /list (internal only) | |||
| * | [Fix] Strip colourcodes from groups | Luuk Jacobs | 2013-03-26 | -1/+1 |
|/ | | | This way groups with colourcodes in the middle of the name work with /who <groupname> ie. §4S§cerveradmin | |||
* | Merge pull request #409 from GunfighterJ/2.9 | Iaccidentally | 2013-03-22 | -57/+83 |
|\ | | | | | [Feature] Stack more mobs with /spawnmob | |||
| * | [Feature] Stack more mobs with /spawnmob | GunfighterJ | 2013-03-22 | -57/+83 |
|/ | | | | Uses same syntax, now supports more than 2 mobs | |||
* | Abort user login code, if user disconnects before it runs. | KHobbits | 2013-03-21 | -1/+6 |
| | ||||
* | Don't allow an empty list value. | KHobbits | 2013-03-21 | -1/+4 |
| | ||||
* | Tweak ess version | KHobbits | 2013-03-21 | -2/+3 |
| | ||||
* | Add the max-walk-speed config variable back to the default config file. | KHobbits | 2013-03-20 | -1/+4 |
| | ||||
* | Update messages_pl.properties | SKmedix | 2013-03-20 | -20/+20 |
| | | | | Update Polish translation. | |||
* | Use correct getPlayer method to not match offline users. | KHobbits | 2013-03-20 | -50/+52 |
| | ||||
* | [Permission] essentials.vanish.interact - Players with this permission will ↵ | KHobbits | 2013-03-20 | -29/+40 |
| | | | | be able to interact with hidden players. | |||
* | Add some missing hidden checks | KHobbits | 2013-03-19 | -31/+48 |
| | ||||
* | Try to unify player matching for hidden users: | KHobbits | 2013-03-19 | -81/+119 |
| | | | | kill, lightning and ptime still need cleanup | |||
* | [Fix] Reset walk/fly speed on login. | KHobbits | 2013-03-19 | -4/+20 |
| | | | | [Permission] essentials.speed.<fly|walk> - If a player only has one of these, they will only be able to toggle the given state. | |||
* | Don't close inventories every plugin disable, just our own. | KHobbits | 2013-03-19 | -21/+22 |
| | ||||
* | [Fix] Print correct sender name on /spawn player from console. | Necrodoom | 2013-03-19 | -1/+2 |
| | ||||
* | Fix exception in /heal, "playernotfound" should be exception. | Necrodoom | 2013-03-19 | -2/+1 |
| | ||||
* | Use original case for default /list groups. | KHobbits | 2013-03-19 | -2/+2 |
| | ||||
* | readmeupdate | KHobbits | 2013-03-19 | -1/+0 |
| | ||||
* | kittycannon should actually fire kittens | Necrodoom | 2013-03-19 | -0/+1 |
| | ||||
* | console should be able to mute admins | Necrodoom | 2013-03-19 | -2/+2 |
| | ||||
* | [Fix] offline player matching for online only commands. | Necrodoom | 2013-03-19 | -19/+11 |
| | | | | /kick,/warp, /burn & /tppos should only match online players | |||
* | Pull the default list behavior from the old 'sort-list-by-groups' variable ↵ | KHobbits | 2013-03-19 | -1/+6 |
| | | | | if it exists. | |||
* | Add Travis notifications | KHobbits | 2013-03-18 | -1/+12 |
| | ||||
* | Try different ant command | KHobbits | 2013-03-18 | -1/+2 |
| | ||||
* | Travis | KHobbits | 2013-03-18 | -0/+5 |
| | ||||
* | Merge pull request #396 from GunfighterJ/2.9 | KHobbits | 2013-03-18 | -6/+5 |
|\ | | | | | Allow potion clear/apply commands to work |