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

600 Commits

Author SHA1 Message Date
jessenic
6a1cbe203d Deleting my name xD 2011-06-22 07:44:01 +08:00
jessenic
11d3ed621b Fixing typo in EssentialsPermissionsCommands plugin.yml. And adding my name there :P 2011-06-22 07:44:00 +08:00
snowleo
b5df68541d Translation error (german) 2011-06-19 13:09:29 +02:00
snowleo
1e8a3971fc Moved some code from EssentialsSign to SignTrade, because it's only needed there. 2011-06-13 15:15:19 +02:00
snowleo
7406d9404c Trade sign 2011-06-13 15:05:31 +02:00
snowleo
c38191951c Renamed the Charge class to Trade 2011-06-13 15:05:11 +02:00
snowleo
d660b23ce4 Use the new Workaround in buy signs. 2011-06-12 22:58:37 +02:00
snowleo
9bdef55f26 Workaround methods are static 2011-06-12 22:57:43 +02:00
snowleo
4878ef929f Use the correct maxStackSize, when adding things to the inventory. 2011-06-12 22:55:08 +02:00
snowleo
80055bb63f Limit buy signs amount to a full inventory of a player. 2011-06-12 22:40:25 +02:00
snowleo
0c4d4688f0 Sell & Buy Sign 2011-06-12 22:33:47 +02:00
snowleo
e1a624b3e7 To make things consistent:
permissions: essentials.signs.break.signname and essentials.signs.signname.break
2011-06-12 21:58:09 +02:00
snowleo
eba9a3acea Updated french translation by Nelo 2011-06-12 18:41:50 +02:00
snowleo
2abf96aa48 Correct header 2011-06-12 18:31:33 +02:00
snowleo
0bcd0e7b2c Sort all messages, so diffs are easier. 2011-06-12 18:30:24 +02:00
snowleo
2f58115792 Fix for calling command for plugins that are loaded after Essentials. 2011-06-12 17:52:46 +02:00
snowleo
da547981a8 Prevent lava bucket placed in air (far away from user)
event.isCancelled() does not return the expected value
2011-06-12 16:15:50 +02:00
snowleo
627a75657c Another missing part 2011-06-12 14:54:56 +02:00
snowleo
ba6ef52438 The permission is essentials.protect.ownerinfo 2011-06-12 14:32:28 +02:00
snowleo
05b2e36e51 Merge branch 'master' of https://github.com/essentials/Essentials 2011-06-12 02:48:50 +02:00
snowleo
501118f784 Fix for Craftbukkit Bug 912 2011-06-12 02:47:50 +02:00
ementalo
00f4586500 Protect: Remove protection when attached block is destroyed 2011-06-11 16:05:14 +01:00
snowleo
2e6062fcb8 Merge branch 'master' of https://github.com/essentials/Essentials 2011-06-11 13:03:10 +02:00
snowleo
57c913c916 Merge branch 'release'
Conflicts:
	.gitignore
	lib/bukkit-0.0.1-SNAPSHOT.jar
2011-06-11 13:02:34 +02:00
snowleo
34e4584911 Update version number of Bukkit 2011-06-11 12:42:00 +02:00
snowleo
4b06d53535 Update for the changes in Bukkit 2011-06-11 12:36:17 +02:00
snowleo
76ed9277de CB #860 B#716 2011-06-11 12:27:42 +02:00
snowleo
69f4bbc333 Ignore all build files 2011-06-11 12:25:55 +02:00
snowleo
a053e89e1f gitignore for .DS_Store files 2011-06-11 12:25:33 +02:00
ementalo
3f736d9713 Protect: Get block owners on right click block only 2011-06-11 08:37:05 +01:00
snowleo
7caef4feba Merge pull request #2 from khobbits/master
gm aliases
2011-06-08 17:28:01 -07:00
KHobbits
aa1e0cdc59 Adding group permission alias 2011-06-08 17:41:48 +01:00
KHobbits
776cf202a6 Adding user permission alias 2011-06-08 17:36:43 +01:00
KHobbits
74da9b5ee9 Adding manload 2011-06-08 17:32:37 +01:00
KHobbits
b3afc15d5f Adding some GM aliases 2011-06-08 17:20:51 +01:00
snowleo
685e9ce76f Catch NumberFormatException 2011-06-08 03:44:16 +02:00
snowleo
c6f75a2242 Cleanup 2011-06-08 03:40:00 +02:00
snowleo
4461153f73 The sign permissions will be:
essentials.signs.create.*
essentials.signs.use.*
essentials.signs.break.*
2011-06-08 03:30:32 +02:00
snowleo
1b984f60a5 Refactoring of the signs
Todo: Eco signs, Protection signs

New permission: essentials.signs.[signname].break
2011-06-08 03:18:33 +02:00
snowleo
ce8d75df94 Added developer readme and settings. 2011-06-07 23:01:28 +02:00
snowleo
40a919c9aa Fix save inventory after logout for new players. 2011-06-07 22:18:57 +02:00
snowleo
ca6957bec1 Remove unused imports 2011-06-07 22:17:55 +02:00
snowleo
396ee62393 Fix dependency
Loading from lib won't work, so back to the old method.
2011-06-07 21:55:31 +02:00
snowleo
2ab7214afc The rest of Wundarks commit, cleaned 2011-06-07 01:55:39 +02:00
Wundark
53d4f8cd91 Added [Time] Sign 2011-06-07 07:46:42 +08:00
Wundark
6adcce7d9b Changed MOTD 2011-06-07 07:33:13 +08:00
snowleo
b9fb85751c Merge branch 'permissions3' 2011-06-07 01:23:37 +02:00
snowleo
0a57b22ea6 ignore build directories 2011-06-07 01:23:07 +02:00
snowleo
85e9ba171c Fix the tests. 2011-06-07 01:11:00 +02:00
snowleo
95e7c8009f Only import what we really need. 2011-06-07 01:08:31 +02:00