Commit Graph

3323 Commits

Author SHA1 Message Date
2ffbe83967 Localized party strings + some other stuff 2011-07-23 17:44:21 -07:00
5c6acce6c7 1.0.48 WIP 2011-07-23 13:23:38 -07:00
46f17fcd2a Merge pull request #60 from mcmmoPolish/master
I changed the Polish version to make more sense.
2011-07-23 12:54:44 -07:00
fe6174c22f Modified the Polish translation to sound better to a Polish person.
modified:   locale_pl.properties
2011-07-23 14:03:08 +02:00
20b2a11292 Merge pull request #59 from NuclearW/pullme
Party changes
2011-07-23 00:43:15 -07:00
399a5accfc Party changes
First player to join a party is the owner.
/party lock (useable by party owner)
/party unlock (useable by party owner)
/party password <password> (useable by party owner, party must be locked)
/party password "" (useable by party owner, party must be locked, disables password)
/party kick <player> (useable by party owner, party must be locked, cannot kick a user with mcmmo.admin without having mcmmo.admin)
/party owner <player> (useable by party owner, transfers ownership)
/party <party> <password> (useable by any, to join a password protected and locked party)
/party ? (extended help)
/invite and /accept work with new system

Parties delete themselves if no members (online and offline) are in the party.

From old versions:
Old parties will give owner to first person to use /party command in it.  Users will be "added" into parties as they use /party


Note, all new messages will need a locale/color treatment.  I was not sure how to properly do this, so I instead marked all messages with a //TODO

Also included, commented out in code, but can be uncommented to compile+use:
/party dump (dumps everything from the hashtables to chat)
2011-07-22 19:37:54 -04:00
239e3001ae Merge pull request #58 from NuclearW/pullme
Version updater code.
2011-07-22 02:59:24 -07:00
a0be77fe4f Version updater code. 2011-07-21 20:53:16 -04:00
9da14a9163 Version 1.0.46 2011-07-21 16:56:05 -07:00
f70be2e53d Version 1.0.43 2011-07-21 08:26:26 -07:00
ace14e83d1 Version 1.0.41 2011-07-21 06:35:49 -07:00
7901402c44 Version 1.0.40
P.S: BukkitContrib is amazing :)
2011-07-20 14:27:59 -07:00
0c71b3acfe Release of 1.0.37 2011-07-20 10:25:40 -07:00
073028697f Merge pull request #56 from NuclearW/pullme
Console onCommand support for a and p/Fix issue #55/Removed isOp
2011-07-20 00:50:07 -07:00
dd3529eca1 Better permissions in plugin.yml (Many thanks to SpaceManiac for the help) (Fix to issue #55)
Removed isOp from permissions checks, no longer needed.
2011-07-19 23:01:00 -04:00
ca009f3d22 Changed all spilt[0].equalsIgnoreCase to label.equalsIgnoreCase.
Changed all if statement format to if elseif (should save time).
Added isConsole for supporting console in commands.
Rearranged some if statements so that errors are not thrown if console while moving down the if/elseif tree.
Added ability for console to talk to parties and admin chat.
Console still throws errors for commands not yet supporting it.
2011-07-19 21:59:38 -04:00
463c044b5e Another mcMMO WIP, now with 100% more BukkitContrib stuff 2011-07-19 13:57:08 -07:00
6592b3db75 WIP of 1.0.37 2011-07-19 07:17:14 -07:00
177758f61e Version 1.0.36 2011-07-18 12:22:41 -07:00
feb1d17ba4 Merge pull request #54 from Diskmaster/pullme
Strings 101
2011-07-18 11:45:33 -07:00
3ac0f1455c Actually fix this specific string. 2011-07-18 13:35:56 -05:00
9ad06ca4b6 Merge branch 'nossr50'
Conflicts:
	mcMMO/com/gmail/nossr50/mcPermissions.java
2011-07-18 00:41:04 -05:00
6ab1a5b548 Cleaning out this repo to be mcMMO only 2011-07-17 22:08:33 -07:00
4a6405d62f Merge pull request #53 from NuclearW/permissions
Added PEX and Bukkit Permissions.
2011-07-17 21:32:19 -07:00
205d281cbe Merge branch 'nossr50' into pullme 2011-07-17 22:32:09 -05:00
ea941c78d9 Added PEX and Bukkit Permissions.
Changed maindirectory to use File.separator
Added permissions: to plugin.yml
2011-07-17 23:08:28 -04:00
a6ba83683a Release of 1.0.35 2011-07-16 06:36:07 -07:00
8b981cde75 A few changes :3 2011-07-16 00:52:15 -07:00
35c80da928 NuclearW pull request 2: Electric Boogaloo (Permissions alterations, updated for 1.0.35 wip, locally
untested)
2011-07-16 02:32:23 -05:00
25940bf5cf These are moved/changed 2011-07-16 00:18:18 -07:00
daf139f560 A WIP of 1.0.35 (Massive changes to the code) 2011-07-16 00:12:26 -07:00
eb5f32587f Version 1.0.34 2011-07-12 14:59:53 -07:00
5194f23df1 Version 1.0.33 2011-07-09 17:18:00 -07:00
e9099a286a Merging with solarcloud7's repair customization pull request, changed some values to represent defaults of mcMMO.
Merge branch 'patch-1' of https://github.com/solarcloud7/vminecraft-plugin into solarcloud7-patch-1

Conflicts:
	mcMMO/com/gmail/nossr50/config/LoadProperties.java
2011-05-03 23:54:06 -07:00
e8049597a5 1.0.07 WIP 2011-05-03 23:24:08 -07:00
139f50c5d1 mcMMO 1.0.05 2011-04-30 18:33:25 -07:00
dfd7f8839c mcMMO version 1.0.04 2011-04-30 13:53:08 -07:00
f016ce1a9d Version 1.0.02 of mcMMO 2011-04-29 15:50:55 -07:00
ba3b8390db Edited mcMMO/com/gmail/nossr50/config/LoadProperties.java via GitHub 2011-04-29 12:04:41 -07:00
c4f2d6e0bc Added variables for the material so that you can customize what is repaired. It is linked with LoadProperties so it can be changed in the mcmmo.properties file. Both changes have been made. 2011-04-29 11:54:03 -07:00
ecb03aebaf The released version of 1.0, now to brace for cruel months of no internet. 2011-04-28 01:49:40 -07:00
f9c941af6e Updated 2011-04-27 19:36:45 -07:00
07796c78b4 Another WIP 2011-04-26 15:54:56 -07:00
947174c34e Another WIP, some tweaks to WoodCutting and a working version of Leaderboards for MySQL. 2011-04-25 21:10:38 -07:00
d1a7e5b661 Another WIP 2011-04-22 17:28:15 -07:00
b38dcbe785 These were renamed 2011-04-20 13:58:44 -07:00
44a37b6181 Renamed/Organized a lot of stuff 2011-04-20 13:56:25 -07:00
af372064ed Another WIP 2011-04-17 13:45:20 -07:00
9b22c82c02 MySQL 90% done + Other junk 2011-04-16 14:35:17 -07:00
3352a74765 1.0 WIP 2011-04-15 04:50:28 -07:00