1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00
Commit Graph

2675 Commits

Author SHA1 Message Date
KHobbits
444ec11dc1 Split Ess protect into EssProtect and EssAntiBuild
New permissions:
essentials.build - same as build: true
essentials.build.interact.<id> - whitelist single interact block
essentials.build.place.<id> - whitelist single place block
essentials.build.break.<id> - whitelist single break block
essentials.build.use.<id> - whitelist single use item
2012-08-19 14:54:58 +01:00
KHobbits
c651cc2b6d Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-18 16:10:36 +01:00
Iaccidentally
de7d73a1b6 Merge pull request #123 from necrodoom/patch-9
fix ID 2259, pointed out by tanite
2012-08-18 07:59:16 -07:00
KHobbits
57b5236ba6 Removing EssentialsUpdate from 2.9 branch.
Development may be continued in 3.x branch.
2012-08-18 15:51:55 +01:00
KHobbits
6200505a99 Remove 3.x api migration code.
3.x development was moved to different code branch.
Removing deprecated warnings, since it would be silly to deprecate ALL classes.
2012-08-18 15:48:29 +01:00
KHobbits
d28936bfbe Fix /warp command matching in console. 2012-08-18 15:25:14 +01:00
necrodoom
3dff295dfb fix ID 2259, pointed out by tanite
items.csv version 2.1_09
2012-08-18 10:22:12 +03:00
Iaccidentally
24f9c5cdd9 Merge pull request #122 from necrodoom/patch-8
update IDs: 5,6,17,18 - erase unused and add new
2012-08-15 01:20:40 -07:00
necrodoom
60847f9bbe update IDs: 5,6,17,18 - erase unused and add new
items.csv version 2.1_08
2012-08-15 10:39:34 +03:00
Iaccidentally
83d93d1ced Merge pull request #121 from necrodoom/patch-6
few extra fixes to several ID item name aliases
2012-08-13 01:17:22 -07:00
necrodoom
fc44a55da9 few extra fixes to several IDs
items.csv version 2.1_07
2012-08-13 10:03:39 +03:00
Iaccidentally
21c2744fa1 add spruce/pine tree to items.csv 2012-08-13 01:45:10 -04:00
KHobbits
e2ec73faf2 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-13 02:33:09 +01:00
KHobbits
f5075e6330 Try and prevent 'corrupt' messages files from breaking essentials. 2012-08-13 02:32:45 +01:00
snowleo
73d88fd77e Fix encoding of swedish locale 2012-08-13 01:36:39 +02:00
KHobbits
6f753deb7e Update Essentials/src/items.csv 2012-08-13 01:19:10 +02:00
KHobbits
9870b7fc9b Update Essentials/src/items.csv 2012-08-13 01:15:53 +02:00
KHobbits
8e28f26cbb Merge pull request #115 from necrodoom/patch-3
grammar check on plugin.yml
2012-08-11 18:08:50 -07:00
KHobbits
fc32fe7bd1 Add command name matching to /gamemode
This allows aliases such as /gmc and /creative [player] to be used without stating gamemode as a parameter.
2012-08-12 01:13:52 +01:00
KHobbits
6cc3b9f3d8 Improve player matching in /gamemode
Add extra aliases to /gamemode
2012-08-12 01:12:10 +01:00
Iaccidentally
ff6bc480e8 fix name length check in /kill 2012-08-10 07:17:05 -04:00
Iaccidentally
52a8c95ab4 fix msg and pay to accept 2 character names 2012-08-10 06:54:42 -04:00
KHobbits
193698737f Throw warning when using /kill without valid player. 2012-08-10 02:40:05 +01:00
KHobbits
8988c9488d Add console log message when player is /kicked 2012-08-10 02:35:05 +01:00
KHobbits
b50795f2ca Add console log message when player is /banned 2012-08-10 02:27:10 +01:00
KHobbits
aa60feda2e Fix yaml issue with /kit 2012-08-10 02:26:23 +01:00
KHobbits
be758c9923 Fix Chat Formatting so chat type is shown first. 2012-08-09 13:11:51 +01:00
Iaccidentally
beea995861 Merge pull request #117 from necrodoom/patch-5
items.csv update with ticket #2559 suggestions
2012-08-09 02:07:13 -07:00
necrodoom
f6a5d43f24 items.csv update with ticket #2559 suggestions
items.csv 2.1_06
2012-08-09 10:24:07 +03:00
KHobbits
02d0f8d4b8 Fix /top so that glass counts as a real block. 2012-08-08 23:00:09 +01:00
KHobbits
e04310b53d Fix tp permissions check to check player typing command not teleportee.
If you don't want players inviting players to other worlds, do not give them essentials.world.<currentworld>
2012-08-08 22:50:54 +01:00
snowleo
0480c992d0 Correct material for beds 2012-08-08 14:21:25 +02:00
snowleo
0940877036 Fix right click on signs 2012-08-08 14:11:40 +02:00
snowleo
6341bae18a Test the places around the location first, then go up 2012-08-08 13:13:39 +02:00
necrodoom
7ea3ca0d94 sets, not setting 2012-08-08 11:32:21 +03:00
snowleo
641a4b2def Fix teleports on beds 2012-08-08 10:16:06 +02:00
KHobbits
2a2d853610 Fix minor Exp discrepancy
Add 'l<level>' syntax to /exp command
EG: /exp set l20
2012-08-08 02:07:47 +01:00
KHobbits
d7abf6781d Fix /day /night /sun and /storm aliases to actually set to the current status if used without parameters.
fixes #2365
2012-08-08 00:52:43 +01:00
KHobbits
8fe5c1ab7f Don't show two error messages on [kit] signs.
Fixes #2508
2012-08-08 00:14:07 +01:00
snowleo
76c04a55c4 Merge branch 'refs/heads/groupmanager' into 2.9 2012-08-07 20:13:27 +02:00
ElgarL
72d98b2f67 Better error report on malformed GlobalGroups. 2012-08-07 17:58:57 +01:00
snowleo
a1080e8487 Prevent errors in listeners affecting EssentialsChat 2012-08-07 16:03:39 +02:00
Alexander Schepp
3c87d91186 Merge pull request #114 from necrodoom/patch-2
another extra space
2012-08-07 05:44:23 -07:00
necrodoom
2f995a0233 another extra space 2012-08-07 15:27:25 +03:00
md_5
151490f7b3 Clean up spaces in config. Please don't break this in the future, this is the second fix guys. 2012-08-07 20:39:55 +10:00
Iaccidentally
59b76cc2cd Merge pull request #112 from necrodoom/patch-1
update permissions to include new nodes
2012-08-07 01:34:34 -07:00
necrodoom
a3c7da17f6 update with new workbench node 2012-08-07 11:07:52 +03:00
necrodoom
826e8e0f17 update permissions to include new nodes 2012-08-07 11:04:01 +03:00
KHobbits
3d349306ae Fix CB. 2012-08-07 08:52:57 +01:00
KHobbits
41baef87e8 Updating CB:
CB: 2317 Bukkit 1521
2012-08-07 08:49:09 +01:00