1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-01-18 21:58:00 +01:00

1260 Commits

Author SHA1 Message Date
snowleo
b512878223 Cleanup 2011-10-19 18:17:19 +02:00
snowleo
0d0111658d Moved all config options to new Settings classes 2011-10-19 17:52:07 +02:00
snowleo
aaf5c334b7 Cleanup 2011-10-19 14:47:32 +02:00
snowleo
bf03c6c8a1 Merge pull request #30 from tustin2121/master
Porting Some Player-Only Commands to the Console
2011-10-19 05:38:56 -07:00
Tim P
35121d9c4b Minor fixes. Basic testing shows all works. 2011-10-18 23:08:06 -04:00
Tim P
e96d33cb8b Made a concerted effort to change the messages.properties in the various languages
to the new format for weather.
- Incidently, there was an error in the _da translation - the message for the key
  weatherSun did not have a "in your world" clause. This is added with the "your
  world" clause changed, like it is everywhere.
2011-10-18 22:01:23 -04:00
Tim P
6736672639 Made a couple commands available for the console (ones that make sense to be able to
access from the command line).
2011-10-18 12:12:41 -04:00
KHobbits
fe7c02063e Save the ban reason, not the command name. 2011-10-18 05:35:21 +01:00
KHobbits
ea634acc3c Removing debugging. 2011-10-18 02:21:26 +01:00
KHobbits
f0f479f115 More debugging 2011-10-18 02:11:22 +01:00
KHobbits
e58813d028 Adding a debug note. 2011-10-18 01:55:35 +01:00
snowleo
75cb6f2186 Updated german translation by HDS 2011-10-16 09:39:06 +02:00
snowleo
6106993e7e Revert bed fix, because it's fixed in Bukkit now. Thanks to feildmaster 2011-10-15 10:49:51 +02:00
snowleo
cd821bb669 Test if objects can be read from yaml in the original sort 2011-10-15 01:15:01 +02:00
snowleo
febb7916dd Correctly fix the N/S direction 2011-10-15 01:15:01 +02:00
KHobbits
5e7523bf20 Moving apikey outside main file.
Keep the actual key in local repo ;)
2011-10-13 20:45:57 +01:00
KHobbits
a030998d14 Merge branch 'master' of github.com:essentials/Essentials into essmaster 2011-10-13 17:20:03 +01:00
KHobbits
0e14518c15 Made a silly little upload script, for uploading things to dev bukkit. 2011-10-13 17:19:25 +01:00
snowleo
33b12bf612 New storage system for settings (WIP) 2011-10-13 01:40:11 +02:00
KHobbits
7034524790 Merge remote branch 'remotes/ess/groupmanager' into essmaster 2011-10-12 17:10:31 +01:00
snowleo
64a00d64fd Cleanup 2011-10-12 12:20:02 +02:00
snowleo
d187c58f30 Replacing martyr with Pircbot 1.5 2011-10-12 05:00:36 +02:00
snowleo
ea192ddd6d EssentialsUpdate WIP 2011-10-12 03:14:26 +02:00
ElgarL
ae8500fad4 Added a config setting - bukkit_perms_override: false
Enable to allow default Bukkit based permissions to remain enabled,
unless directly negated within GroupManager.
2011-10-12 00:16:53 +01:00
ElgarL
f4a8752ee0 v 1.4:
- Updated for Bukkits new YamlConfiguration.
	- Cleared remaining Cast errors cause by object cloning.
2011-10-11 22:05:21 +01:00
KHobbits
1b34ed4073 Fixing german translation error. 2011-10-11 20:05:38 +01:00
ElgarL
01a9f491b9 Added two new permission nodes - groupmanager.notify.self &
groupmanager.notify.other
	  These allow players/admins to be notified when players are moved
between groups.
2011-10-11 13:10:29 +01:00
snowleo
997fb1e28f Merge branch 'master' into groupmanager 2011-10-11 12:51:53 +02:00
snowleo
7a03eeca1b Changes for new Bukkit 2011-10-11 12:49:10 +02:00
snowleo
717a714392 CB#1317
B#941
2011-10-11 12:49:10 +02:00
ElgarL
8448ab3e96 Removed null supression in GroupManager.java 2011-10-11 01:07:52 +01:00
ElgarL
9468d8b3ec Merge branch 'groupmanager' of
https://elgarl@github.com/essentials/Essentials.git into groupmanager

Conflicts:
	EssentialsGroupManager/src/Changelog.txt
2011-10-11 01:05:48 +01:00
ElgarL
8aba67f610 Fixed manudelsub not correctly selecting the group to remove. 2011-10-11 01:03:38 +01:00
KHobbits
8d86179229 Changing essentials URL, we should at least give one that works, although bukkitdev would probably be better. 2011-10-11 00:37:03 +01:00
ElgarL
0410e8f851 Fixed manudelsub not correctly selecting the group to remove. 2011-10-11 00:34:17 +01:00
snowleo
ead83fc938 Fix NPE in BUY signs 2011-10-10 11:40:20 +03:00
snowleo
6ded4a3d5e Fix of the recharge code, also the maximum line length on signs is 15 not 16! 2011-10-10 00:27:55 +02:00
snowleo
f1d505cdeb Reverting ementalos change on freeze-afk, hopefully fixing the flickering. 2011-10-09 23:45:46 +02:00
snowleo
31da2dfc93 Cleanup 2011-10-09 23:31:13 +02:00
snowleo
6b63b52f7a Notch decided that the sun rises north and sets south.
"Corrected" values for /getpos and /compass
2011-10-09 23:23:00 +02:00
snowleo
56adecb506 Prevent that long lines are stored on the sign 2011-10-09 23:00:58 +02:00
snowleo
2859e367d4 Allow players to recharge trade signs without breaking them.
Also don't give out items, if their inventory is full.
2011-10-09 22:52:11 +02:00
snowleo
593d5def78 Don't spill out items, if inventory is full on buy signs. 2011-10-09 22:25:30 +02:00
KHobbits
f233e8410d Edited Essentials/src/items.csv via GitHub 2011-10-09 22:10:40 +02:00
snowleo
d4171f7de1 Allow to disable the death messages of minecraft 2011-10-09 20:59:06 +02:00
snowleo
fb52bf9982 Corrected datavalues for pistons 2011-10-09 20:57:34 +02:00
snowleo
f4802894d3 Cancel early, not late 2011-10-09 20:14:41 +02:00
snowleo
a73d79893d Prevent players with essentials.sleepingignored permission from going to bed. Prevents a bug in bukkit. 2011-10-09 20:10:21 +02:00
snowleo
9524cd0543 Allow players with essentials.signs.trade.override permission break invalid trade signs. 2011-10-09 17:06:32 +02:00
snowleo
d075b14e4f Throw RuntimeException instead of NPE, if the api is called before Essentials is loaded. 2011-10-09 16:53:01 +02:00