1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-24 00:13:48 +01:00

3575 Commits

Author SHA1 Message Date
KHobbits
ede618c13a Cleanup: Comment and simplify /list code - More to do. 2013-03-18 08:53:12 +00:00
KHobbits
a640c40157 Cleanup - Split /list into methods 2013-03-18 08:16:34 +00:00
kukelekuuk00
ccbfca864f fixes and addition of '*' to match all unmatched users. 2013-03-18 06:16:02 +00:00
kukelekuuk00
291a33e42c Added /list [group] and some more detailed configuration regarding /list 2013-03-18 06:16:02 +00:00
GunfighterJ
df306fb63d Potion erroring and duration/power fix 2013-03-18 06:14:44 +00:00
Necrodoom
a8d87f94e1 update IDs 27, 28, 66, 157
update rails aliases to match bukkit item names
2013-03-18 06:14:00 +00:00
KHobbits
2b5f21d471 [Fix] Restore /speed command's ability to control walk speed. 2013-03-17 06:38:24 +00:00
KHobbits
e483d61f69 Fixing TL edit error. 2013-03-16 12:17:13 +00:00
Necrodoom
cc5eb28586 Update messages.properties
fix typos in new messages
2013-03-16 12:15:57 +00:00
KHobbits
69cbc926cf Fix raw bukkit itemdb lookup 2013-03-16 12:11:03 +00:00
KHobbits
d1c172f957 Cleanup open inventories 2013-03-16 11:01:56 +00:00
KHobbits
26d674083f Import cleanup 2013-03-16 09:19:30 +00:00
KHobbits
9643eb3b2f Fix potion effect errors 2013-03-16 09:13:21 +00:00
KHobbits
c7564796a9 Fix Minecart class rename
Lets use consistent versions in the code base
Bukkit: 1700 CB: 2648
2013-03-16 08:55:39 +00:00
KHobbits
a2fbbf6f55 We use tabs not spaces for indenting. 2013-03-16 08:43:52 +00:00
KHobbits
a63d93977f Check health is 0 after /suicide 2013-03-16 08:42:24 +00:00
KHobbits
0302b7ca09 Fix missing /ci syntax update. 2013-03-16 08:32:21 +00:00
Alexander Schepp
47941e715f Merge pull request #388 from GunfighterJ/2.9
[Feature] Additional spawnable mob types
2013-03-15 13:44:43 -07:00
GunfighterJ
ee65ee90c5 [Feature] Additional spawnable mob types 2013-03-15 15:41:23 -05:00
Alexander Schepp
b91d1977fc Merge pull request #387 from GunfighterJ/2.9
Initial 1.5 update
2013-03-15 12:59:50 -07:00
GunfighterJ
528e124af2 Initial 1.5 update 2013-03-15 14:54:51 -05:00
Alexander Schepp
5298089197 Merge pull request #342 from necrodoom/patch-60
[feature] update items.csv to minecraft 1.5
2013-03-15 12:25:09 -07:00
KHobbits
d7f9abb5fa Merge pull request #383 from necrodoom/patch-73
[fix] trying to AFK others should work now
2013-03-15 06:28:56 -07:00
KHobbits
8b687d18ee Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2013-03-14 18:01:50 +00:00
Iaccidentally
165b1e50dc Merge pull request #385 from Skylexia/patch-1
[Fix] Fixing message (Tl key).
2013-03-13 17:41:10 -07:00
Skylexia
eeee6f28e9 Fixing message. 2013-03-13 20:23:01 -03:00
KHobbits
e1e487da4d Fix missing console notifications on /unban and /unbanip 2013-03-12 22:26:24 +00:00
Necrodoom
bb74656a96 [fix] trying to AFK others should work now 2013-03-11 15:36:12 +02:00
KHobbits
8bc01910fc Fixing ban ip broadcast notification. 2013-03-11 10:33:59 +00:00
KHobbits
bb01c0bb51 Fix Essentials version display 2013-03-11 02:01:57 +00:00
KHobbits
4c1e9b1762 Fixed lost TL. 2013-03-10 23:43:13 +00:00
Skylexia-PC
68a5f1ba07 Shows IP unbans to online staff. 2013-03-10 23:41:17 +00:00
KHobbits
43ab68700d Merge pull request #380 from Skylexia/2.9
[Feature] Broadcast unbans to online staff.
2013-03-10 00:38:09 -08:00
Skylexia-PC
a4faa4bca8 Update tl properties to remove unused properties. 2013-03-10 04:37:04 -04:00
Skylexia-PC
58510b964b [Feature] Broadcast unbans to online staff. 2013-03-10 03:22:35 -04:00
KHobbits
db17c3310c Use lower locale. 2013-03-10 02:04:11 +00:00
KHobbits
3399dd5c84 Protect us from npe. 2013-03-10 02:01:59 +00:00
Iaccidentally
dc3a9fa5fb Merge pull request #379 from GunfighterJ/2.9
Allow potion meta to work
2013-03-09 16:46:59 -08:00
GunfighterJ
dc94bd1172 Allow potion meta to work
Instead of denying if they have perms
2013-03-09 18:38:59 -06:00
KHobbits
da558f25d7 Fix TL key casing. 2013-03-09 21:41:30 +00:00
KHobbits
65e883b975 [Fix] Allow /nick to change nickname case, without adding prefix character. 2013-03-09 14:24:19 +00:00
KHobbits
36e1fa22cb [Fix] Move allowunsafe enchant perm to: essentials.enchantments.allowunsafe 2013-03-09 14:02:34 +00:00
KHobbits
9212c5247c [Fix] Move all enchant type perms to: essentials.enchantments.<enchant>
[Fix] Move all potion effect perms to: essentials.potions.<effect>
[Fix] Move multiple potion perm to: essentials.potions.multiple
Other perms: essentials.itemspawn.meta-(firework|firework-multiple|firework-power|name|lore|head|book|chapter|chapter-<chapter>|author|title)
2013-03-09 13:56:38 +00:00
KHobbits
2d3ac155b0 Merge pull request #378 from Skylexia/2.9
Fixing exp trading type.
2013-03-08 14:08:08 -08:00
Skylexia-PC
caed9307e4 Fixing exp trading type. 2013-03-08 17:04:54 -05:00
KHobbits
fdb0214049 Allow item/item trades still. 2013-03-08 12:34:11 +00:00
KHobbits
b8b4568153 Merge pull request #370 from necrodoom/patch-71
[fix] EssentialsAntiBuild shouldn't run without Essentials
2013-03-08 04:01:08 -08:00
KHobbits
9f90999b29 Clean up meta error messages.
Add enchant perm checks back.
2013-03-07 03:17:58 +00:00
KHobbits
af56c437e4 Don't check people for meta perms when using kits. 2013-03-07 02:57:25 +00:00
KHobbits
c53d6a0025 Merge pull request #375 from GunfighterJ/patch-15
[Feature] Adds meta permissions
2013-03-06 18:46:55 -08:00