26e9bfc075
Fixed a minor typo with skill names.
2011-07-30 20:21:06 +02:00
037485335e
Merge pull request #65 from mcmmoPolish/master
...
Updated Polish translation
2011-07-28 10:40:23 -07:00
f662992d45
Merge pull request #66 from NuclearW/pullme
...
Removed two lines that should have been removed.
2011-07-28 10:40:13 -07:00
7c6ad70b0e
Removed two lines that should have been removed.
2011-07-27 20:23:08 -04:00
d1ea1defb1
Updated translation with new party messages.
2011-07-26 20:52:56 +02:00
7b838fe040
Version 1.0.49
2011-07-25 06:34:54 -07:00
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
cce5b54495
Merge pull request #63 from NuclearW/pullme
...
Be sure to make the FlatFileStuff directory.
2011-07-25 06:11:02 -07:00
b8665a6585
Added some of the permissions to the plugin.yml
2011-07-25 00:12:01 -07:00
98fcfec1bb
Be sure to make the FlatFileStuff directory.
2011-07-25 00:15:45 -04:00
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