1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 13:49:12 +02:00
Commit Graph

2045 Commits

Author SHA1 Message Date
snowleo
ffd81c9a3c Using the correct type of Set in UserMap. 2011-12-06 08:28:41 +01:00
snowleo
2887640100 Check if the item can be enchanted. 2011-12-05 00:20:46 +01:00
Khyperia
18f423f74a Added {VERSION} to motd
Test #1198
2011-12-05 06:56:20 +08:00
snowleo
3014af83f0 utf8 encoding 2011-12-04 23:39:08 +01:00
snowleo
ed5293288b Merge remote-tracking branch 'dysp/patch-1'
Conflicts:
	Essentials/src/messages_da.properties
2011-12-04 23:37:01 +01:00
snowleo
ccf76b4055 Readded because of popular demand: default-stack-size for /give and /item, values below 1 return max stack size (or oversized stack size). 2011-12-04 23:21:30 +01:00
snowleo
49004cf0ec Ignore teleport cooldown on /tjail 2011-12-04 22:57:40 +01:00
snowleo
c73037bb84 Added missing steps to items.csv (by andrewkm from ecocitycraft.com) 2011-12-04 22:53:29 +01:00
snowleo
f03e05d996 Fix some rare cases, where adding an item to inventory could result in an infinite loop. 2011-12-04 22:45:47 +01:00
snowleo
0c5031595b Allow oversized stacks in kits. 2011-12-04 22:33:49 +01:00
snowleo
1aac259864 Enchantements are now stored in one class 2011-12-04 22:28:29 +01:00
snowleo
b50e9dbe73 Added missing [player] to plugin.yml 2011-12-04 22:10:20 +01:00
snowleo
7816313028 New permission essentials.spawn.others 2011-12-04 22:09:36 +01:00
snowleo
5c2df611fe Added null check to /break 2011-12-04 22:06:03 +01:00
snowleo
308f0506dc Less use of sqrt 2011-12-04 22:01:50 +01:00
snowleo
e37c9d47ab Merge pull request #35 from khyperia/master
Multiple commits from khyperia
2011-12-04 12:49:52 -08:00
Khyperia
5fe00b6573 Added [enchant] sign
Test #1177
2011-12-04 14:58:00 -05:00
Khyperia
7837cc2301 Added /spawn <player>
Test #607
2011-12-03 20:24:35 -05:00
KHobbits
a785013690 Show command conflict in debug mode. 2011-12-03 23:38:28 +00:00
KHobbits
6842023f6f Sort translation files properly. 2011-12-03 21:18:15 +00:00
KHobbits
19dbe56c14 New Permission: essentials.world.<worldname>
~ Unsure about the future of this feature, its recommended you don't rely on /world to switch worlds ~
Test #1178
2011-12-03 21:15:53 +00:00
KHobbits
5d260a93e7 New command /remove
Test #1193
2011-12-03 21:14:03 +00:00
KHobbits
f049fecea3 New command: /feed New permission: essentials.feed.others
Test #1191
2011-12-03 20:54:53 +00:00
KHobbits
621c68bf6e New command: /more
Test #1189
2011-12-03 20:44:44 +00:00
KHobbits
4b876efd77 New Command /break, and new Permission: essentials.break.bedrock
Test #1188
2011-12-03 20:41:24 +00:00
KHobbits
c6f802b83b Merge pull request #34 from khyperia/master 2011-12-03 12:36:38 -08:00
Khyperia
3007e9346b Added per-world permissions for /world 2011-12-03 12:13:42 -05:00
Khyperia
1865e0d3f7 Merge commit 2011-12-03 11:14:53 -05:00
KHobbits
53b34438b0 Small cleanup to checkActivity 2011-12-03 13:50:32 +00:00
Khyperia
dd017870be Fixed accedental typo 2011-12-02 20:55:43 -05:00
Dysp
b4ddd791c9 The last translation was so poorly done (I suspect the use of google-translate) that I decided to translate it myself. There may be errors due to lack of insigt for the context of the individual sentence. I can easily correct these, if I am notified. 2011-12-03 01:05:12 +01:00
Khyperia
154cdb7044 Added some commands from request 946 2011-12-02 19:02:12 -05:00
KHobbits
293e7b04a2 Patching gamemode and god toggles to not match on ' ' 2011-12-02 21:32:32 +00:00
KHobbits
68c873ea0d items.csv update for crackedstonebrick (id98,2) 2011-12-02 09:28:57 +00:00
KHobbits
91af9d4d07 Remove invalid dupe permission from permbukkit example. 2011-12-02 09:23:23 +00:00
KHobbits
11d089569c Make the chat formatting config file link to the wiki. 2011-12-02 09:17:20 +00:00
snowleo
3bbb8c380d Missing language files for last commit 2011-12-02 08:34:28 +01:00
snowleo
34ce207534 New config options repair-enchanted (default true) and permission essentials.repair.enchanted 2011-12-02 08:30:52 +01:00
snowleo
1f05cb930b Allows to be teleported to bed location of offline players.
Also adds missing return in /home command
2011-12-02 08:19:55 +01:00
snowleo
bfc90c610a Null check 2011-12-02 03:27:37 +01:00
snowleo
a020e0b9e6 Moved block to item conversion to Util class 2011-12-02 03:25:22 +01:00
snowleo
10ccbda30c Added new tags to info.txt 2011-12-02 02:01:48 +01:00
Khyperia
726d26865d Added many new MOTD possibilities + getI18n() to Essentials.java 2011-12-02 08:42:48 +08:00
Khyperia
2f0d5f88de Added {DATE} and {TIME} to motd 2011-12-02 08:42:48 +08:00
Khyperia
a5a230749f Added many new MOTD possibilities + getI18n() to Essentials.java 2011-12-01 19:37:12 -05:00
KHobbits
8e4bddba2a Missing command aliases. 2011-12-01 17:32:48 +00:00
KHobbits
3f56bde72f Missing aliases 2011-12-01 17:25:46 +00:00
KHobbits
97d174ba21 CB#1538 b#1050 2011-12-01 16:20:53 +00:00
KHobbits
854df23389 Show how far away each player is. 2011-12-01 15:58:25 +00:00
KHobbits
748d388705 Fixing near output. 2011-12-01 15:31:53 +00:00