Eric Stokes
5d932060ee
Removed deprecated items, Add autoload ( Fixes #241 )
2011-11-22 21:01:00 -07:00
Eric Stokes
8803374126
Fix colors not persisting through reloads
2011-11-22 19:50:52 -07:00
Eric Stokes
3c424c1c33
Fix aliases not working when setting
2011-11-22 19:41:56 -07:00
Eric Stokes
9f8e1689f6
Fix silly list mistake in worlds, fix gamemode not switching, fix a bunch of npes
2011-11-22 19:27:03 -07:00
Eric Stokes
2717a7bbee
Attempted fix for npe on worldmanager
2011-11-22 00:14:54 -07:00
Eric Stokes
29bc8bfbfc
Fix massive NPEs for real, Don't comment out tests, use @Ignore, Thanks @main--
2011-11-21 22:44:36 -07:00
Eric Stokes
d6b5fb9a25
Update for MC 1.0.0
2011-11-21 21:07:20 -07:00
Eric Stokes
e818b1ee73
Merge with test branch
2011-11-06 10:00:44 -07:00
Eric Stokes
92db828e3a
Merge branch 'master' into better-properties
2011-11-05 12:08:10 -06:00
Tim Ekl
61bed8e72d
Merge pull request #229 from Multiverse/broadcasts
...
Broadcast-Messages
2011-11-03 08:22:02 -07:00
Eric Stokes
f774d861c2
Fix typos
2011-10-23 11:01:42 -06:00
Eric Stokes
65b375edeb
Added item specific help to config properties.
2011-10-23 10:47:46 -06:00
Eric Stokes
b19799f764
Cleanup old variables
2011-10-22 17:45:03 -06:00
Eric Stokes
2e41d149fe
Done converting MVWorld, now needs testing
2011-10-22 17:38:00 -06:00
Eric Stokes
c576d5a3a2
Add the new style of saving/loading world properties.
...
All properties have been converted, but are not all implemented yet. I'm just committing because it's been several hours... o.O
2011-10-22 14:16:00 -06:00
Eric Stokes
6b95be4ca5
Add new interface, and a new paginated command, both shells
2011-10-22 11:01:05 -06:00
Eric Stokes
1712b175d8
Add autoheal and adjustSpawn as per-world properties
2011-10-22 11:00:32 -06:00
Eric Stokes
46db76a6cc
Add new test stuff
2011-10-21 18:37:18 -06:00
Eric Stokes
0e708a1f51
Move utils to a different package, add skylands to import test
2011-10-21 18:03:34 -06:00
Eric Stokes
65369b6a4b
refactor rests even more
2011-10-21 17:48:28 -06:00
Eric Stokes
ab311dd8d9
Reorged the tests, LOTS OF CLEANUP
2011-10-20 18:36:33 -06:00
Eric Stokes
3ad1bfad2b
Woohoo! All tests passgsgs
2011-10-20 17:30:29 -06:00
Eric Stokes
b028811d36
Merge branch 'master' into test
2011-10-20 16:44:02 -06:00
main()
0581415ae5
Added broadcast-messages ( Closes #197 )
2011-10-19 19:48:43 +02:00
Eric Stokes
d473ac3f78
Bump API to v7 for 2.1 release
2011-10-18 20:48:23 -06:00
Eric Stokes
093e01d865
Change priority to Low, so MV can fix portal locations
2011-10-18 18:13:22 -06:00
Eric Stokes
2d7626684f
Fix initial configs not loading properly
2011-10-18 16:45:55 -06:00
Eric Stokes
698671c700
Fix spawn not loading from config. Closes #195
2011-10-17 20:51:51 -06:00
Eric Stokes
0d06fb8a0d
Reload the config after save for the initial creation
2011-10-17 19:09:22 -06:00
Eric Stokes
6e6c40bd3b
Cannon destinations are basically exact destinations, don't perform the safety check.
2011-10-17 18:06:16 -06:00
Eric Stokes
4067d0cd28
Detect bad worlds and tell the user to use chunkster
2011-10-16 13:59:13 -06:00
Eric Stokes
5b19404c13
Clean up some comments.
2011-10-16 13:53:23 -06:00
Eric Stokes
e6f81b01d6
Move the enforce access flag to canEnterWorld so other plugins don't have to check it also, Add "mv conf show"
2011-10-16 13:38:05 -06:00
Eric Stokes
25d9231d30
Check all parent perms if the player's normal perm wasn't found. Closes #174
...
I consider this a workaround. At the moment, when we add a node AND
recalc the permissions, until the perms plugin reloads, when MV asks
the API if a player has a perm, it reports that they do NOT. For the
moment, we're going to check all of this node's parents to see if the
user has those. It stops when if finds a true or there are no more
parents.
2011-10-16 11:06:40 -06:00
Eric Stokes
3284670153
Fix Difficulty and GameMode not reloading properly. Closes #190
2011-10-16 10:14:02 -06:00
Eric Stokes
ea920c1252
Merge branch 'master' of github.com:Multiverse/Multiverse-Core
2011-10-16 09:56:47 -06:00
Eric Stokes
987e2eff51
Reorder the loading of fakepvp so it doesn't override regular pvp.
2011-10-16 09:41:47 -06:00
main()
67c165ff25
Fixed #191 (WorldManager.deleteWorld()).
2011-10-16 17:36:18 +02:00
main()
e7aa563352
Revert "Fix startup error on Windows."
...
This reverts commit 01bed7cc4b
.
Because that commit CAUSED a startup error instead of fixing one.
2011-10-16 15:29:09 +02:00
Eric Stokes
56926dc14c
State when a perm has been found in debug, Fix The TeleportCommand not obeying enforce access
2011-10-16 02:06:18 -06:00
Eric Stokes
2d0eb7e7bb
If enforceaccess == false, show all players all worlds (unless they're hidden) also for mv who
2011-10-16 00:38:49 -06:00
Eric Stokes
54e7bc454a
If enforceaccess == false, show all players all worlds (unless they're hidden)
2011-10-16 00:34:40 -06:00
Eric Stokes
01bed7cc4b
Fix startup error on Windows.
...
Psh who uses Windows anyways :P
2011-10-16 00:01:09 -06:00
Eric Stokes
728002ecce
Still not working :/ Need to simulate worlds now...
2011-10-15 12:38:34 -06:00
Eric Stokes
e45ae8f9dc
Much farther with testing. Keep testing...
2011-10-15 12:23:13 -06:00
main()
5d11e27eb0
Fixed javadoc of the WorldManager.
2011-10-15 17:24:12 +02:00
Eric Stokes
edb999578a
Seperated MockWorld tests
2011-10-15 08:20:29 -06:00
fernferret
d1f51acb1c
Add Broken tests
2011-10-15 09:47:07 -04:00
fernferret
b867df7315
Add main-- to the authors
2011-10-14 15:12:44 -04:00
fernferret
a8068a5669
Protocol Bump to v6
2011-10-13 21:39:17 -04:00
fernferret
ab17064006
Route all teleports through the SafeTTeleporter
...
There are still some access caveats. When you request that a player be
tp'd to you, there's currently not a good way to tell the teleport
event that… So we either get full control of all plugins and limited
control to override it, or unlimited control to override and no access
to other plugins' access to teleport players to potentially restricted
locations…
This will break the latest other Plugin builds.
2011-10-13 21:38:44 -04:00
fernferret
d3c1538083
Fix config.yml overwriting worlds.yml, Fix invalid spawn locations
2011-10-13 16:37:53 -04:00
fernferret
b2ef10a699
Revamp config to simpler 2.4 format
2011-10-12 21:50:03 -04:00
fernferret
fba3f71238
Fix invalid values in /mv config, Closes #178
2011-10-12 17:04:21 -04:00
fernferret
af3dcf049d
Remove outdated values from config.yml, Fix Configs and reloading, Closes #186
2011-10-12 16:50:04 -04:00
fernferret
a30222bec7
Show whether or not gamemode is being enforced, Fix enum Config Property
2011-10-11 22:51:30 -04:00
fernferret
86af11b662
Fixes for hidden worlds displaying as null
2011-10-11 21:57:35 -04:00
fernferret
750adcf376
Fix color checking, fix price reporting failure on successful set
2011-10-11 17:01:56 -04:00
fernferret
c200d43f51
Bunch of NPE fixes
2011-10-11 16:45:47 -04:00
fernferret
f4093cbe51
Implement new config items
2011-10-10 21:37:58 -04:00
fernferret
4366b16a74
Start using the new config
2011-10-10 20:40:31 -04:00
fernferret
cfdd1ac38c
Remove naming conflict with bukkit
2011-10-10 20:12:22 -04:00
fernferret
3e10f18079
Add a bunch of examples, add loadworld to the plugin.yml
2011-10-10 13:02:29 -06:00
fernferret
c7c73e7094
Implement Check Command
2011-10-10 12:28:02 -06:00
fernferret
c7e5816b2e
Add better debug for world access
2011-10-10 11:57:45 -06:00
fernferret
50a89b7b1a
Update Config.yml, implement enforceaccess
...
Cache enforceaccess and enforcegamemodes, as both of these get accessed
a lot.
2011-10-10 11:49:53 -06:00
fernferret
1aad872333
Start adding the Config Command
2011-10-10 11:31:22 -06:00
fernferret
73b42b5430
Merge branch 'master' of https://github.com/Multiverse/Multiverse-Core
2011-10-10 09:36:36 -06:00
fernferret
e93fec45ac
Much needed code reformat
2011-10-10 09:34:04 -06:00
Eric Stokes
23933c4706
Correct some javadoc
2011-10-10 07:50:03 -06:00
Eric Stokes
9e14daac1f
Implement getMvWorld
2011-10-09 21:03:05 -06:00
Eric Stokes
aa079b2920
Add Colored string to the alias, remove Double, use double
2011-10-09 20:26:23 -06:00
Eric Stokes
bac24e1c97
Use the MultiverseWorld instead of MVWorld
2011-10-09 20:10:59 -06:00
Eric Stokes
c72f602045
Fix MVINFO NPE, Fix NPE on startup with addWorld, Remove deprecated methods
2011-10-09 18:25:42 -06:00
Eric Stokes
c22a8a9d18
Implement new world creation methods
2011-10-09 18:11:36 -06:00
Eric Stokes
2759d75125
Finalize API v5
2011-10-09 16:36:05 -06:00
Eric Stokes
980381194b
Continue updating API. Fix squids not being monitored, Closes #181
2011-10-09 15:38:18 -06:00
Eric Stokes
8370a72776
Add hunger API, bump protocol to 5
2011-10-09 11:48:09 -06:00
Eric Stokes
e0f9344d20
Merge branch 'master' of github.com:Multiverse/Multiverse-Core
2011-10-09 11:43:13 -06:00
Eric Stokes
3fde98049f
Add a bunch more to the API
2011-10-09 11:31:50 -06:00
main()
40c04a1f4e
Made removePlayersFromWorld() visible from the API and moved the javadoc
2011-10-09 19:27:40 +02:00
Eric Stokes
5386aadbb7
Add new api items for hiding worlds, Move the severe perms error to a level 2 log
2011-10-09 08:51:29 -06:00
Eric Stokes
5e0903086e
Display API version, fix difficulty enums missing
2011-10-08 14:59:47 -06:00
Eric Stokes
ff47610424
Bump protocol to 4
2011-10-08 14:29:44 -06:00
Eric Stokes
84e178d12e
Bump API to version 3
2011-10-08 12:38:54 -06:00
Eric Stokes
f2a263f86c
Merge WorldManager Changes to keep the API happy
2011-10-08 12:38:23 -06:00
Eric Stokes
3c750104a5
rename some methods in the WorldManagerAPI
2011-10-08 12:36:57 -06:00
main()
f69c85e6b0
Added loadWorld(String name) to the WorldManager and made it accessible with a command
...
Added some "'" around log-messages
2011-10-08 12:28:27 -06:00
Eric Stokes
6e4de79bfb
Add WorldManager API, API is now level 2
2011-10-08 11:57:50 -06:00
Eric Stokes
2d112edee5
Start writing the Core API
2011-10-08 11:42:35 -06:00
Eric Stokes
4a634e8418
Final backwards compatability checks
2011-10-08 10:57:48 -06:00
Eric Stokes
e31f2c79ac
Fix breakages with SignPortals
2011-10-08 10:14:52 -06:00
Eric Stokes
cc3889b166
Increment v to 2.1, start adding dummy files
2011-10-08 08:22:19 -06:00
Eric Stokes
7bbdac9012
Move a bunch of classes into utils
2011-10-07 18:47:39 -06:00
Eric Stokes
d04a42ee92
Move utils package inside multiversecore
2011-10-07 18:26:40 -06:00
Eric Stokes
fa80b66ac2
Pull changes from master
2011-10-07 18:22:54 -06:00
Eric Stokes
ae19604eab
Add difficulty to the info command
2011-10-03 19:59:29 -06:00
Eric Stokes
6e7daf4e85
And this is why we need unit tests...
2011-10-03 19:40:21 -06:00
Eric Stokes
86d3628b1c
Actually save the difficulty
2011-10-03 19:24:38 -06:00
Rigby
9be14a2a0c
You just can't get the right staff these days...
2011-10-04 01:28:42 +01:00
Eric Stokes
091c5a9621
Move GameMode check to onPlayerChangeWorld, fix difficulty case settings
2011-10-03 17:43:57 -06:00
Eric Stokes
c566ead9ef
Add multiworld difficulty
2011-10-02 21:18:25 -06:00
Eric Stokes
d97bbfb1b1
Fixed Hunger/Food setting Closes #119
2011-09-28 19:56:41 -06:00
Eric Stokes
ea6e94d99d
Fix Signportals not going anywhere
2011-09-28 19:34:00 -06:00
Eric Stokes
f0ae8cbb8e
Ensure that the world players are going to is not null
2011-09-28 17:02:21 -06:00
Eric Stokes
1a6e93f0df
Add aditional checks for onPlayerPortal
2011-09-28 16:28:09 -06:00
Eric Stokes
8fe128ec0f
Add more api items
2011-09-26 20:21:39 -06:00
Eric Stokes
f3cd433e80
Remove ALL perms3 refs
2011-09-25 12:11:42 -06:00
Eric Stokes
0964f461eb
Remove Permissions 3 support
2011-09-25 12:02:28 -06:00
Eric Stokes
fa409ac4f5
Remove fakePvp from the API
2011-09-25 11:05:48 -06:00
Eric Stokes
3753256611
Move destinations to their own package
2011-09-25 10:46:07 -06:00
Eric Stokes
b378b0cf79
Update World API's comments to reflect new API changes
2011-09-25 10:43:22 -06:00
Eric Stokes
e5646bbbfd
Remove silly nullable reference
2011-09-25 10:41:43 -06:00
Eric Stokes
66538ccd02
Moved API around, added more docs
2011-09-25 10:40:23 -06:00
Eric Stokes
d63c043368
New code format
2011-09-25 09:14:17 -06:00
Eric Stokes
65dce752d4
Don't set the hunger, only cancel the events
2011-09-22 19:47:14 -06:00
Eric Stokes
268b272f4d
Implement Hunger. Untested
2011-09-21 22:15:16 -06:00
Eric Stokes
eb0b83c507
Add getHunger api. No implementation yet
2011-09-21 19:26:02 -06:00
Eric Stokes
6b543a793a
Add BedDestination
2011-09-21 17:45:10 -06:00
Eric Stokes
6039009e3f
Merge branch 'master' into development
2011-09-18 13:53:36 -06:00
Eric Stokes
a9cb378eab
Fixed the from worlds being the to worlds.
2011-09-18 13:51:28 -06:00
Eric Stokes
fcfa45717c
Fix Change Gamemode with NetherPortals, Fix NetherPortals allowing you entry to worlds you shouldn't be able to access.
2011-09-18 13:22:48 -06:00
Eric Stokes
9333f70add
Working on messaging
2011-09-18 13:04:37 -06:00
Eric Stokes
30704338e6
Require spawn permission if you're using mvtp to go back to spawn (Thanks Verrier!)
2011-09-18 12:31:41 -06:00
Eric Stokes
17a519f961
Add the teleport permissions to the teleport command... oops
2011-09-18 11:45:06 -06:00
Eric Stokes
74aba9d6e8
Refactor so a Teleporter can be a CommandSender
2011-09-18 10:03:59 -06:00
Eric Stokes
43fcbc9af9
Add new messaging stuff
2011-09-18 09:48:46 -06:00
Eric Stokes
fa3e0d6186
Check for console, Closes #118
2011-09-18 09:48:23 -06:00
Eric Stokes
20ce518d33
Added Copyright notice and remove trailing whitespace.
2011-09-17 12:59:37 -06:00
Eric Stokes
f9481db5a6
Document WorldManager.java
2011-09-17 12:55:28 -06:00
Eric Stokes
1b42a25ccb
Only set the velocity if a player did successfully teleport. Issue #72
2011-09-17 11:12:02 -06:00
Eric Stokes
e3edcb88df
Remove JDK 6 dependency
2011-09-17 10:05:01 -06:00
Eric Stokes
bef22ba534
Add Per-Destination perms, Closes #61
2011-09-17 09:59:38 -06:00
Eric Stokes
10d6a7e1dc
Add Documentation to MVDestination
2011-09-17 08:27:10 -06:00
Eric Stokes
b39098a592
Move Mode to page 1: Closes #111 , Fix nether imports not defaulting to 8: Closes #103 .
2011-09-17 07:35:39 -06:00
Eric Stokes
a2c6dad243
Remove my silly printlines
2011-09-16 19:18:36 -06:00
Eric Stokes
b76da91013
Merge branch 'master' of github.com:Herocraft/Multiverse-Core
2011-09-16 18:35:22 -06:00
Eric Stokes
e7f97a8ae7
Add new debugging
2011-09-16 18:35:17 -06:00
Rigby
e792c338aa
Fern's FAULT.
2011-09-16 11:19:52 +01:00
Rigby
133810550f
Allow the per world Game Modes to not be enforced.
2011-09-16 10:11:30 +01:00
Eric Stokes
97168043ff
Fix && should be ||, Allow Creative mode, Set all players in a world to a specific mode when it's changed
2011-09-14 20:06:03 -06:00
Tim Ekl
40c4ce0a37
Merge branch 'master' into gamemodes
2011-09-14 19:11:47 -04:00
Eric Stokes
318564ccf2
Add new CH and CH checks
2011-09-13 20:13:27 -06:00
Eric Stokes
9c1a9769b2
Update to new AllPay version
2011-09-13 19:54:06 -06:00
Eric Stokes
89ea09fba2
Minor changes
...
Update CommandHandler
Fix typo in Debug
Version now posts as a Multiverse user
2011-09-11 17:37:32 -06:00
Rigby
9384f96549
Getting ready for 1.8 GameModes.
...
This setup will allow different worlds to be setup under different gamemodes, it handles per player modes during teleportation to and from Worlds.
2011-09-09 12:25:21 +01:00
Rigby
69b143ada6
Believe this should be a set :).
2011-09-09 12:16:54 +01:00
Jeff Wardian
a97b6f80d2
Fixed ArrayIndexOutofBounds on translateTempSpawn()
2011-09-02 16:26:36 -07:00
Eric Stokes
ad47ce7d1b
Add Bed Respawns back in! Thanks @Vaht
2011-09-01 19:18:56 -06:00
Eric Stokes
d09d340e0f
Fix "There are players in <Java Object>"
2011-08-31 21:05:53 -06:00
Eric Stokes
751ed5a8e8
Check for null creature types. Closes #83
2011-08-29 17:03:59 -06:00
Eric Stokes
a0667d49b8
Fix our Custom PTA not obeying useSafeTeleporter
2011-08-25 19:42:52 -06:00
Eric Stokes
8c45d0b76a
Exact destinations now don't use the safeTeleport check. Add API hook to allow this to be configurable per destination.
2011-08-25 19:31:46 -06:00
Eric Stokes
319567eb67
Fix the console spewing many many errors. Sorry.
2011-08-24 20:01:50 -06:00
Eric Stokes
7a38806134
Remove Additional Private Deprecations, Must keep methods until Portals 2.1 is out.
2011-08-24 19:05:20 -06:00
Eric Stokes
b6755a1047
Return the Permission if it was created, or the old one if it existed.
2011-08-24 18:49:13 -06:00
Eric Stokes
69360a49ec
Move World Functions to a new WorldManager.
2011-08-24 17:25:30 -06:00
Eric Stokes
3876c0f47f
Remove prints.
2011-08-24 16:38:08 -06:00
Eric Stokes
5fe8f76c34
Add MVTeleportEvent back in.
2011-08-23 16:48:11 -06:00
Eric Stokes
e556261e84
Small changes to BlockSafety for MVPortals, Remove hard spout dependency for real this time. Thanks @lithium3141
2011-08-22 19:53:00 -06:00
Eric Stokes
8d09c19988
Add the MVTravelAgent to Core since NetherPortals, Portals _and_ SignPortals use it.
2011-08-22 17:58:54 -06:00
Eric Stokes
4fd0150945
Add ability to query all generator plugins via /mv generators
2011-08-21 16:57:17 -06:00
Eric Stokes
f96f3151f9
Allow you to set debug in the config.
2011-08-21 14:30:12 -06:00
Eric Stokes
047e0d8001
Remove hard Spout dependency. Sorry. Thanks Fetch!
2011-08-21 12:10:18 -06:00
Eric Stokes
5f88247810
More fixes to the new World Destinations that support pitch and yaw.
2011-08-21 11:38:01 -06:00
Eric Stokes
d12725ca0e
Deprecate 2 location methods in favor of using MVDestination instead of Location to preserver velocity.
2011-08-21 10:32:07 -06:00
Eric Stokes
dc9f2fc360
Use DisplayName in mvwho Closes #62
2011-08-21 08:36:43 -06:00
Eric Stokes
2c865aa0ff
Allow our own spawns to be more accurate, including decimal precision on XYZ and Pitch/Yaw.
...
We still set the spawn in the bukkit worlds to the inaccurate setting.
No migrator is included for this change, just do /mvss in game.
2011-08-21 08:34:07 -06:00
Eric Stokes
f11f3dd88e
Allow us to add permissions safely via the Permissions object.
2011-08-20 22:50:06 -06:00
Eric Stokes
c503849107
Exposed getSafeLocation
2011-08-20 16:36:39 -06:00
Eric Stokes
ce8b042919
Merge branch 'master' into development
2011-08-20 09:16:14 -06:00
Eric Stokes
92a762e5e4
Add MV Debug, Attempted fix for Portal teleportation fail, Water and Doors are now safe materials
2011-08-20 09:07:40 -06:00
Eric Stokes
eb4f9700bc
Made World Access by default OP. However, opfallback is still set to true by default
2011-08-19 16:48:55 -06:00
Eric Stokes
49e3a42550
Give an easy way of using cannons without portals
...
Behold: /mvtp cannon-2
2011-08-17 16:49:24 -06:00
Eric Stokes
afc388637f
Update AllPay, Hopefully fix the BOSEcon bug
2011-08-16 18:02:43 -06:00
Eric Stokes
e36210b99a
Add spout tests
2011-08-13 14:58:43 -06:00
Eric Stokes
f6299c60a0
Fix scale named scaling (thanks krinsdeath)
2011-08-11 18:28:45 -06:00
Eric Stokes
06bc0dea02
Fix not being able to set world scaling. (Thanks krinsdeath) Add pitch to mvcoord, add missing variables to mvinfo
2011-08-11 18:20:35 -06:00
Eric Stokes
11ce604938
Fix NPE when a world was not known by MV Thanks Rockstar04!
2011-08-10 19:35:48 -06:00
Eric Stokes
7ef564799e
Actually fixed cannons this time...
2011-08-09 19:23:28 -06:00
Eric Stokes
62f15bb101
Sync the mobs when we clear a list.
2011-08-09 18:41:27 -06:00
Eric Stokes
e551b7184d
Cannon Refactor, Info fixes, Permissions clarification
2011-08-09 18:13:28 -06:00
Eric Stokes
06830f4e98
Fix Cannons, Closes #53
2011-08-09 17:41:35 -06:00
Eric Stokes
c629fe72e4
Yes. Cannons. In Multiverse2. What now.
2011-08-08 22:02:56 -06:00
Eric Stokes
04779cb8ba
Fix worlds being reported as deleted. Closes #52
2011-08-08 18:17:55 -06:00
Eric Stokes
1abcb187e6
Removed lightning from what we're watching
2011-08-07 21:06:50 -06:00
Eric Stokes
ff89bda57e
Add ability to disable weather per world.
2011-08-07 21:03:36 -06:00
Eric Stokes
9b9bbb4091
Fix MvInfo's respawn world
2011-08-07 16:42:50 -06:00
Eric Stokes
818756d45b
Fix PlayerDestination
2011-08-07 09:40:22 -06:00
Eric Stokes
23ea0e0c37
Add new PlayerDestination, this build should be treated as unstable
2011-08-07 08:29:23 -06:00
Eric Stokes
f06c553055
Fix Animals info actually being monsters info in /mvi
2011-08-05 22:35:55 -06:00
Rigby
6e1cff5d26
Basic implementation of the spawn in memory setting.
2011-08-05 05:12:07 +01:00
Rigby
01b016f002
Prevent multiple configuration saves in the constructor, perform a single save at the end and then consequent saves when settings are changed.
2011-08-05 05:10:21 +01:00
Eric Stokes
f81a9d15c0
Remove Spam, Add auto-pastebin code, Minor bugfixes.
2011-08-04 20:26:25 -06:00
Eric Stokes
dd388d0d9f
Fix world teleports. Whoops.
2011-08-03 20:24:44 -06:00
Eric Stokes
5e7d58a1dd
Apparently GH for Mac doesn't handle deletes right yet...
2011-08-03 18:59:52 -06:00
Eric Stokes
1cc47ff1ba
Fix "Blah, Blah" in delete command, abs class Dest -> interface MVDest, restrict teleports based on MVDest.getPermissionString.
2011-08-03 18:59:21 -06:00
Eric Stokes
1671a8163d
Remove spam on delete.
2011-08-03 18:19:50 -06:00
Eric Stokes
9d2cc9a839
Fix license, Update CH, Fix mvdelete
2011-08-03 18:15:21 -06:00
Eric Stokes
34a0ab2e67
Add some examples to create, upgrade CH
2011-08-02 19:13:23 -06:00
Eric Stokes
4a478d159b
Made the mvm commands prettier/more informative.
2011-08-01 20:53:06 -06:00
Eric Stokes
dbdc6d91d2
Added search to help command! Thanks @AkiTensai!
2011-08-01 19:51:57 -06:00
Eric Stokes
ae7000b3ad
Curse you Config.save()
2011-07-31 20:52:14 -06:00
Eric Stokes
6c061f1116
Add Version Event, Add MVPlugin Interface.
2011-07-31 19:18:59 -06:00
Eric Stokes
1e9a826999
Finalize the mv info command
2011-07-31 18:24:09 -06:00
Eric Stokes
1a938c8ce8
Command fixes.
2011-07-31 17:29:14 -06:00
Eric Stokes
c5108c3463
Upgrade command Handler, start implementing mvinfo
2011-07-31 17:11:59 -06:00
Eric Stokes
9acc46f9d1
Cleaned up MVINFO Closes #47
2011-07-31 08:45:10 -06:00
Eric Stokes
de9209b270
Remove debug, Add warning if users have spawn-monsters set to false.
2011-07-31 07:41:09 -06:00
Eric Stokes
3ccc08b9e5
Tune the teleport methods.
2011-07-30 21:28:59 -06:00
Eric Stokes
c78e11bf52
Add new vehicle checks
2011-07-30 21:12:16 -06:00
Eric Stokes
9d9a091e7a
core work from lith
2011-07-30 19:09:30 -06:00
Eric Stokes
0c3a3732be
Added fancy formatting to force teleport.
2011-07-30 09:27:18 -06:00
Eric Stokes
addd95443a
Add second chance to teleports
2011-07-30 09:17:23 -06:00
Eric Stokes
a43e033a84
Fix opfallback not playing nicely with new bukkit perms.
2011-07-30 09:02:20 -06:00
Eric Stokes
e5e908800d
Add spaces to commands.
2011-07-30 00:53:55 -06:00
Eric Stokes
48f51e8a3a
Fix Price not being able to be set. Closes #45
2011-07-29 23:17:17 -06:00
Eric Stokes
dd129f2776
Fix MVWho Closes #44
2011-07-29 22:29:09 -06:00
Eric Stokes
37914bc4d1
Add LoggablePlugin interface, so we can log without knowing the plugin!
2011-07-29 18:42:17 -06:00
Eric Stokes
e888738f0d
This shoudld be gone
2011-07-29 18:20:26 -06:00
Eric Stokes
f07be132f8
Move Listeners
2011-07-29 18:09:48 -06:00
Eric Stokes
48f9226d27
Refactoring on the ConfigMigrator
2011-07-29 16:57:38 -06:00
Eric Stokes
cd7ad37887
Add New ConfigMigrator Style
2011-07-29 16:35:27 -06:00
Eric Stokes
dca9a01c25
Fix my misspellings...
2011-07-29 15:54:32 -06:00
Eric Stokes
f06642a7ce
Add Config Migrate, clean up some logs.
2011-07-29 15:52:43 -06:00
Eric Stokes
0d4d344165
Fix WorldDest orientation not being saved. Fixed Permission oopsie.
2011-07-28 18:39:47 -06:00
Eric Stokes
dac95eceba
Add more currency stuff, lots of cleanup.
2011-07-28 16:14:15 -06:00
Eric Stokes
9e1484408c
Add charge for entering worlds, add exemptions
2011-07-27 18:12:58 -06:00
Eric Stokes
c81dcb227c
Remove BlockSafety Spam, remove useless class.
2011-07-27 16:48:27 -06:00
Eric Stokes
524fe82784
adding new payment stuff
2011-07-26 19:13:25 -06:00
Eric Stokes
970e06042a
Finall fix permissions issues
2011-07-26 18:47:33 -06:00
Eric Stokes
70e4bad62b
Fix spawn permissions, upgrade CH
2011-07-26 16:58:20 -06:00
Eric Stokes
811aa811bb
Yea it's not really a teleport event...
2011-07-26 16:34:22 -06:00
Eric Stokes
52f8476907
Fire off an event when we reload configs, so all plugins can too!
2011-07-26 16:06:00 -06:00
Eric Stokes
4c4fd08dc8
Allow World Destinations to have a direction.
2011-07-26 15:39:44 -06:00
Eric Stokes
f9db8ef7f9
Fix getSafeLocation(L) only returning unsafe locations… Silly booleans...
2011-07-25 21:15:47 -06:00
Eric Stokes
6e88301351
Refactored the Teleportation Method. Finally Closes #1 :D
2011-07-25 19:16:00 -06:00
Eric Stokes
ecbdff428c
Compatibility for vehicles and directions
2011-07-24 17:43:30 -06:00
Eric Stokes
2897d23d4b
Fix NSEW
...
(ha you thought I said NSFW)
2011-07-24 17:20:02 -06:00
Eric Stokes
320a8dfebf
Fixed the Remove command having the wrong command.
2011-07-24 16:32:50 -06:00
Eric Stokes
d9530061ff
Compatibility changes for Portals directions.
2011-07-24 16:30:56 -06:00
Eric Stokes
61e917a60f
Test Push. Do not use this build!
2011-07-24 12:10:39 -06:00
Eric Stokes
23158a0707
Compatibility with new Dest Types.
2011-07-23 16:56:19 -06:00
Eric Stokes
de3e4ec1cb
Now CH supports unordered commands. Yay! (Thanks Rigby)
2011-07-23 07:57:05 -06:00
Eric Stokes
9bf993ef12
Destination fixes.
2011-07-23 07:21:40 -06:00
Eric Stokes
45c76d8faa
Remove old Dest References
2011-07-22 23:34:10 -06:00
Eric Stokes
e0ebfdb806
Temp Fix for help command params
2011-07-22 23:27:57 -06:00
Eric Stokes
0bbb66737e
Fix World Dest Bugs, add Exact Dest type.
2011-07-22 23:19:31 -06:00
Eric Stokes
6ae22cf752
Allow No identifier
2011-07-22 21:44:02 -06:00
Eric Stokes
83aa79deed
Add new destination arch. This will break all plugins.
2011-07-22 20:57:56 -06:00
Eric Stokes
0532564431
Forgot the world...
2011-07-21 17:31:39 -06:00
Eric Stokes
04accbfded
Add exact destination
2011-07-21 17:27:33 -06:00
Eric Stokes
2c47a414eb
Add the multivers.core.tp.* node, decided to leave multiverse.core.tp They both do the same thing
2011-07-21 14:16:24 -06:00
Eric Stokes
1a16636c7a
Refactor, Now we safely move players from a world to be unlaoded, unload actually unloads from memory
2011-07-21 14:07:57 -06:00
Eric Stokes
a3e27da978
Add multiverse.* and all other recursive perms
2011-07-20 21:44:43 -06:00
Rigby
ab1c1be9b1
Swap to Maven -- Hopefully
2011-07-20 15:48:46 +01:00
Eric Stokes
c678750c90
Fixed the Version command.
...
Bad case of the copy pastes...
2011-07-19 17:21:44 -06:00
Eric Stokes
9eff255f47
Add new version cmd, lots of cleanup
2011-07-19 16:51:39 -06:00
Eric Stokes
f09bcac644
Check for the MVWorld before doing a Coord - Thanks for the bug report JonDatz!
2011-07-17 19:15:33 -06:00
Eric Stokes
e446c99f9e
Remove deprecated methods, update all perms to default to OP, except help
2011-07-17 17:13:33 -06:00
Eric Stokes
bdefb38f3c
I'm sorry Kainzo. Now Core does NOT use PLAYER_MOVE.
2011-07-17 15:45:17 -06:00
Eric Stokes
2d48cda537
Final updates to work with Bukkit Permissions. Yes. MV2 works with the built in Bukkit Permissions system NOW!
...
The other plugins, however, do not :P Yet.
2011-07-17 13:37:49 -06:00
Eric Stokes
3c4135236d
Commit because i've changed just about everything... Doubt this one works.
2011-07-17 13:06:21 -06:00
Eric Stokes
bf51adaa3e
Node based permissions
2011-07-17 11:01:44 -06:00
Eric Stokes
96fa18eab3
Cleaning up the Commands
2011-07-17 09:12:12 -06:00
Eric Stokes
fc7db31b0d
Add Exact type
2011-07-16 22:01:01 -06:00
Eric Stokes
c9c58c93e6
MVPortals Compatibility changes
2011-07-16 20:19:37 -06:00
Eric Stokes
099bd9dbb6
Add prettier "MV does not know about this" method. Now it will be consistent.
2011-07-16 15:22:23 -06:00
Eric Stokes
8792d3b4c3
Merge branch 'master' of github.com:Herocraft/Multiverse-Core
2011-07-16 14:43:31 -06:00
Eric Stokes
7754f470c7
Merge pull request #40 from AkiTensai/Aki_ModifyCopy
...
Fixed grammer in command descriptions.
2011-07-16 13:40:27 -07:00
Aki Tensai
0cd86d7212
/mvspawn's description altered
2011-07-16 14:36:00 -06:00
Eric Stokes
2b4ab07417
Bits of cleanup.
2011-07-16 14:11:14 -06:00
Aki Tensai
2a7504c044
Attempting to get my local to get rid of old files.
2011-07-16 14:06:45 -06:00
Aki Tensai
6a6d1a2a10
Altered punctuation on several command's descriptions. Teleport's description altered to state it sends the provided player, or self if no player specified.
2011-07-16 13:59:32 -06:00
Eric Stokes
d6f046a4fc
Why do letters have to have a cAsE?
2011-07-16 13:31:16 -06:00
Aki Tensai
935f987a4d
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
src/com/onarandombox/MultiverseCore/command/commands/CreateCommand.java
src/com/onarandombox/MultiverseCore/command/commands/HelpCommand.java
src/com/onarandombox/MultiverseCore/command/commands/ModifyAddCommand.java
src/com/onarandombox/MultiverseCore/command/commands/ModifyClearCommand.java
src/com/onarandombox/MultiverseCore/command/commands/ModifyRemoveCommand.java
src/com/onarandombox/MultiverseCore/command/commands/ModifySetCommand.java
src/com/onarandombox/MultiverseCore/command/commands/SpawnCommand.java
src/com/onarandombox/MultiverseCore/command/commands/WhoCommand.java
src/com/onarandombox/MultiverseCore/commands/EnvironmentCommand.java
src/com/onarandombox/MultiverseCore/commands/ImportCommand.java
src/com/onarandombox/MultiverseCore/commands/ListCommand.java
2011-07-16 13:28:20 -06:00
Eric Stokes
c25205f61c
Really? Really? Why didn't you catch this before... *sigh*
2011-07-16 12:54:16 -06:00
Eric Stokes
1d87be12e9
Fixed big oopsie in the Migrator - Thanks go out to MV2 tester Kane_Hart for this one!
2011-07-16 12:48:58 -06:00
Eric Stokes
eaeb980aeb
Changes to Destination, Added more error checking for ConfigMigrator
2011-07-16 11:58:33 -06:00
Eric Stokes
1a8c46581c
Fix concurrent modification. Why would I ever have done that...
2011-07-16 08:43:55 -06:00
Eric Stokes
a87756480a
Add another layer of spawn traials, This is needed for generators such as Cleanroom. This also removes a NPE.
2011-07-16 08:09:56 -06:00
Eric Stokes
beace36110
Removed spam.
2011-07-15 17:03:00 -06:00
Eric Stokes
48e86a8153
Finalized new respawn functionality
2011-07-15 16:59:32 -06:00
Eric Stokes
3c5a93be3b
Remove super long package, convert to shorter.
2011-07-15 14:22:22 -06:00
Eric Stokes
b7fd8f970b
Remove the editwhite/blacklist garbage.
2011-07-15 14:18:22 -06:00
Rigby
8c8a0b713a
Output the world for a more descriptive response.
2011-07-14 03:35:15 +01:00
Rigby
00449e9206
Some more formatting.
2011-07-14 03:31:44 +01:00
Rigby
0925c37eb4
Removed the console spam and instead alert the sender at the end.
2011-07-14 03:30:54 +01:00
Eric Stokes
ab56f9ed4d
Add version to config.yml
2011-07-13 18:30:07 -06:00
Eric Stokes
55c77f48e0
I am a bad person
2011-07-13 18:27:25 -06:00
Eric Stokes
64a7a1ad8b
Add config.yml to the migrator
2011-07-13 18:24:09 -06:00
Eric Stokes
c6a16d00ce
Add ConfigMigrator
2011-07-13 18:13:12 -06:00
Rigby
fa07867f64
Now you can have an equal share of blame =D, 10/90 split seem reasonable to you?
2011-07-13 12:11:02 +01:00
Rigby
1d9b94294b
Alterred the respawn functionality to hopefully be more customiseable.
2011-07-13 12:10:25 +01:00
Rigby
889dbf2986
Once in a blue moon I need to make it look like I actually do some work on this project...
2011-07-13 11:37:52 +01:00
Rigby
78d2d242f2
Support for the new UUID Duplicate checks, createWorld can now return null if the world was a duplicate of an already loaded world.
2011-07-13 11:32:40 +01:00
Eric Stokes
3856d6777c
Add new configMigrator class, update allpay
2011-07-12 21:13:56 -06:00
Eric Stokes
6d61e7e419
Fix command descriptions, upgrade CH
2011-07-12 18:44:57 -06:00
Eric Stokes
3ea2f42e7f
Many fixes to aliases. Add newer CH version
2011-07-11 21:02:34 -06:00
Eric Stokes
ac66c2f3bb
Sync with the Wiki
2011-07-10 20:36:10 -06:00