summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | Spaaaaaace! So much space! Gotta see it all!snowleo2012-03-23-1/+1
| | | | |
| * | | | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-03-23-7/+10
| |\| | |
| | * | | Fix utf-8 decoding problems.snowleo2012-03-23-7/+9
| | | | |
| | * | | http://youtu.be/8DdeLUA0Fmssnowleo2012-03-23-0/+1
| | | | |
| * | | | Fix url matching.KHobbits2012-03-23-2/+7
| |/ / /
| * | | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-03-23-15/+82
| |\ \ \
| | * | | Fix UTF8 handling in Configuration classsnowleo2012-03-23-15/+82
| | | | |
| * | | | Adding missing entities to Protect Spawn BlacklistKHobbits2012-03-23-16/+17
| |/ / /
| * | | Update Essentials/src/config.ymlKHobbits2012-03-23-1/+2
| | | |
| * | | Remove white user prefix, if prefix is blank. Messes with EssentialsChat ↵KHobbits2012-03-23-5/+1
| | | | | | | | | | | | | | | | colouring.
| * | | Fixing chat color formatting.KHobbits2012-03-23-1/+1
| | | |
| * | | Disabling player list updates by default (can mess with tab completion)KHobbits2012-03-23-7/+21
| | | | | | | | | | | | | | | | Hopefully this will be reverted if/when patch is found.
| * | | Improve kit matching, and add enchantments.KHobbits2012-03-22-8/+37
| | | | | | | | | | | | | | | | Enchanted kit example in config.yml
| * | | Fix jar building.KHobbits2012-03-22-0/+6
| | | |
| * | | Update CB to 2105KHobbits2012-03-22-0/+0
| | | |
| * | | New command: /flyKHobbits2012-03-22-3/+88
| | | | | | | | | | | | | | | | New perm: essentials.fly.others
| * | | Split formatting perms for signs as well.KHobbits2012-03-22-20/+11
| | | |
| * | | New Permission: essentials.chat.urlKHobbits2012-03-22-12/+30
| | | | | | | | | | | | | | | | Without this perm, URLs will be modified not to be links.
| * | | Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-60/+92
| | | |
| * | | Update to 1.2.4 (R0.1)KHobbits2012-03-22-1/+1
| | | | | | | | | | | | | | | | New Minimum CB version: 2100
| * | | Extra items in 1.2.4KHobbits2012-03-22-0/+89
| | | |
| * | | Add villager professions to /spawnmobKHobbits2012-03-22-21/+24
| | | |
| * | | Bukkit R0.3 api updates.KHobbits2012-03-22-1/+23
| | | |
| * | | Update missing 1.2.3 items in items.csvKHobbits2012-03-22-0/+33
| | | |
| * | | Extra TreesKHobbits2012-03-22-2/+18
| | | |
| * | | Fixed again.KHobbits2012-03-22-1/+1
| | | |
| * | | Fix typo.KHobbits2012-03-22-1/+1
| | | |
| * | | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-03-21-0/+12
| |\ \ \
| | * \ \ Merge pull request #63 from Iaccidentally/patch-6KHobbits2012-03-21-0/+12
| | |\ \ \ | | | | | | | | | | | | update default player-commands to support new and missed commands
| | | * | | update default player-commands to support new and missed commandsIaccidentally2012-03-21-0/+12
| | |/ / /
| * / / / Cleaning up displaynamesKHobbits2012-03-21-51/+58
| |/ / /
| * | | Split if tree for readability.KHobbits2012-03-20-7/+18
| | | |
| * | | Teleport check cleanupKHobbits2012-03-20-20/+18
| | | |
| * | | Fix per world teleport permission checking.KHobbits2012-03-20-5/+10
| | | |
| * | | Add 'color' sign type to config file.KHobbits2012-03-19-3/+22
| | | | | | | | | | | | | | | | Enforce colour permission on signs when essentials signs are enabled.
| * | | Missing kit time check from [kit] signs.KHobbits2012-03-18-0/+1
| | | |
| * | | Only show nickname update message in debug mode.KHobbits2012-03-18-1/+3
| | | |
| * | | Shorten help messages.KHobbits2012-03-18-4/+4
| | | |
| * | | Error and info cleanup.KHobbits2012-03-17-8/+8
| | | |
| * | | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-03-17-36/+5
| |\ \ \
| * \ \ \ Merge branch 'refs/heads/groupmanager'snowleo2012-03-17-2/+2
| |\ \ \ \
| * | | | | Fix bukkit download urlsnowleo2012-03-17-5/+5
| | | | | |
| * | | | | Fix bukkit download urlsnowleo2012-03-17-1/+1
| | | | | |
| * | | | | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-03-17-44/+74
| |\ \ \ \ \
| * | | | | | New permission: essentials.tp.others - Allows players to /tp <p1> <p2> ↵KHobbits2012-03-17-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replaces old reused permission. New permission usage: if world-teleport-permissions is true in the config, TP commands will now check for essentials.world.<worldname> when a tp would switch worlds.
| * | | | | | Comments to SetExpFix.KHobbits2012-03-17-0/+7
| | | | | | |
| * | | | | | Adding Exp to /whois, shows total exp and ingame level.KHobbits2012-03-17-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the way minecraft calculates levels (flawed formula), its possible to not match calculated level.
| * | | | | | Adding reference to &k in MOTD.KHobbits2012-03-16-2/+3
| | | | | | |
| * | | | | | Handle permission check failures better.KHobbits2012-03-15-8/+27
| | | | | | |
| * | | | | | Add missing methods.KHobbits2012-03-15-0/+31
| | | | | | |