Commit Graph

429 Commits

Author SHA1 Message Date
mcmmoPolish
d1ea1defb1 Updated translation with new party messages. 2011-07-26 20:52:56 +02:00
nossr50
7b838fe040 Version 1.0.49 2011-07-25 06:34:54 -07:00
nossr50
309a8c1b87 Merge pull request #64 from khobbits/master
Added some of the permissions nodes to the plugin.yml
2011-07-25 06:11:29 -07:00
nossr50
cce5b54495 Merge pull request #63 from NuclearW/pullme
Be sure to make the FlatFileStuff directory.
2011-07-25 06:11:02 -07:00
KHobbits
b8665a6585 Added some of the permissions to the plugin.yml 2011-07-25 00:12:01 -07:00
NuclearW
98fcfec1bb Be sure to make the FlatFileStuff directory. 2011-07-25 00:15:45 -04:00
nossr50
2ffbe83967 Localized party strings + some other stuff 2011-07-23 17:44:21 -07:00
nossr50
5c6acce6c7 1.0.48 WIP 2011-07-23 13:23:38 -07:00
nossr50
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
mcmmoPolish
fe6174c22f Modified the Polish translation to sound better to a Polish person.
modified:   locale_pl.properties
2011-07-23 14:03:08 +02:00
nossr50
20b2a11292 Merge pull request #59 from NuclearW/pullme
Party changes
2011-07-23 00:43:15 -07:00
NuclearW
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
nossr50
239e3001ae Merge pull request #58 from NuclearW/pullme
Version updater code.
2011-07-22 02:59:24 -07:00
NuclearW
a0be77fe4f Version updater code. 2011-07-21 20:53:16 -04:00
nossr50
9da14a9163 Version 1.0.46 2011-07-21 16:56:05 -07:00
nossr50
f70be2e53d Version 1.0.43 2011-07-21 08:26:26 -07:00
nossr50
ace14e83d1 Version 1.0.41 2011-07-21 06:35:49 -07:00
nossr50
7901402c44 Version 1.0.40
P.S: BukkitContrib is amazing :)
2011-07-20 14:27:59 -07:00
nossr50
0c71b3acfe Release of 1.0.37 2011-07-20 10:25:40 -07:00
nossr50
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
NuclearW
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
NuclearW
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
nossr50
463c044b5e Another mcMMO WIP, now with 100% more BukkitContrib stuff 2011-07-19 13:57:08 -07:00
nossr50
6592b3db75 WIP of 1.0.37 2011-07-19 07:17:14 -07:00
nossr50
177758f61e Version 1.0.36 2011-07-18 12:22:41 -07:00
nossr50
feb1d17ba4 Merge pull request #54 from Diskmaster/pullme
Strings 101
2011-07-18 11:45:33 -07:00
Ben Diskmaster L
3ac0f1455c Actually fix this specific string. 2011-07-18 13:35:56 -05:00
Ben Diskmaster L
9ad06ca4b6 Merge branch 'nossr50'
Conflicts:
	mcMMO/com/gmail/nossr50/mcPermissions.java
2011-07-18 00:41:04 -05:00
nossr50
6ab1a5b548 Cleaning out this repo to be mcMMO only 2011-07-17 22:08:33 -07:00
nossr50
4a6405d62f Merge pull request #53 from NuclearW/permissions
Added PEX and Bukkit Permissions.
2011-07-17 21:32:19 -07:00
Benjamin Diskmaster Lierman
205d281cbe Merge branch 'nossr50' into pullme 2011-07-17 22:32:09 -05:00
NuclearW
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
nossr50
a6ba83683a Release of 1.0.35 2011-07-16 06:36:07 -07:00
nossr50
8b981cde75 A few changes :3 2011-07-16 00:52:15 -07:00
Benjamin Diskmaster Lierman
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
nossr50
25940bf5cf These are moved/changed 2011-07-16 00:18:18 -07:00
nossr50
daf139f560 A WIP of 1.0.35 (Massive changes to the code) 2011-07-16 00:12:26 -07:00
nossr50
eb5f32587f Version 1.0.34 2011-07-12 14:59:53 -07:00
nossr50
5194f23df1 Version 1.0.33 2011-07-09 17:18:00 -07:00
nossr50
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
nossr50
e8049597a5 1.0.07 WIP 2011-05-03 23:24:08 -07:00
nossr50
139f50c5d1 mcMMO 1.0.05 2011-04-30 18:33:25 -07:00
nossr50
dfd7f8839c mcMMO version 1.0.04 2011-04-30 13:53:08 -07:00
nossr50
f016ce1a9d Version 1.0.02 of mcMMO 2011-04-29 15:50:55 -07:00
solarcloud7
ba3b8390db Edited mcMMO/com/gmail/nossr50/config/LoadProperties.java via GitHub 2011-04-29 12:04:41 -07:00
solarcloud7
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
nossr50
ecb03aebaf The released version of 1.0, now to brace for cruel months of no internet. 2011-04-28 01:49:40 -07:00
nossr50
f9c941af6e Updated 2011-04-27 19:36:45 -07:00
nossr50
07796c78b4 Another WIP 2011-04-26 15:54:56 -07:00
nossr50
947174c34e Another WIP, some tweaks to WoodCutting and a working version of Leaderboards for MySQL. 2011-04-25 21:10:38 -07:00