1. 8b8993b Minor fix of error message; cleanup by WHR · 1 year, 4 months ago
  2. d09b0ad Fix NoSuchMethodError on old Bukkit versions due to method org.bukkit.entity.LivingEntity.getCustomName() unavailable by WHR · 2 years, 11 months ago 1.3
  3. d1b9e84 Support switching world for other entity by WHR · 2 years, 11 months ago
  4. d3936c2 Grant permission rivoreo.worldmgr.load_unload to operators by default by WHR · 2 years, 11 months ago
  5. da2dcbf Add option '-y' to subcommand 'switch' to prevent automatically resetting the Y axis when switching world based on current position by WHR · 2 years, 11 months ago
  6. 046241d Add option '-F' to SWITCH_USAGE by WHR · 2 years, 11 months ago
  7. 7f67ad3 Deny permission rivoreo.worldmgr.switch.bypass_respawn by default by WHR · 2 years, 11 months ago
  8. 2707c50 Subcommand 'switch': Allow using '-F' and '-p' options together, require permission 'rivoreo.worldmgr.switch.bypass_respawn' to use option '-F' by WHR · 2 years, 11 months ago
  9. bad90da Fix default permissions for 'switch' subcommand by WHR · 2 years, 11 months ago
  10. 775e015 Don't reset entity position in DirectTeleporter by WHR · 2 years, 11 months ago
  11. e51b3ac Add support of quickly switching world via direct Minecraft internal access by WHR · 2 years, 11 months ago
  12. d3d62ad Fix typo in comment by WHR · 2 years, 11 months ago
  13. 6f5ce14 Adjust permission name by WHR · 2 years, 11 months ago
  14. 52a816f Remove an incorrect explicit boxing; add project website URL by WHR · 2 years, 11 months ago
  15. 816fff1 Convert plugin.yml format to JSON by WHR · 3 years, 11 months ago
  16. 6ce4840 Make method 'get_world_provider_name' public; change description of permission rivoreo.worldmgr.* by WHR · 3 years, 11 months ago
  17. f9559ab Remove duplicated codes by WHR · 4 years ago
  18. 92b6699 Add option '--force-biome' to subcommand 'create' by WHR · 4 years ago
  19. 26bcea9 Revise exception messages by WHR · 4 years, 1 month ago 1.2
  20. 5b33e3b Add world property 'type' by WHR · 4 years, 1 month ago
  21. e88152a Fix getting world type for subcommand 'create' by WHR · 4 years, 1 month ago
  22. c8be5af Improve Minecraft world border hacks by WHR · 4 years, 1 month ago
  23. 28db8c4 Fix missing CustomWorldProviderDayTime.class from Makefile by WHR · 4 years, 1 month ago
  24. 3d36f65 Add option '--force-generate-ice' to subcommand 'create' by WHR · 4 years, 1 month ago
  25. 9fcdf4a Add some error / warning messages about Minecraft Forge not available by WHR · 4 years, 1 month ago
  26. 28c55ab Fix direct using class CustomWorldProvider by WHR · 4 years, 1 month ago
  27. d449aba Subcommand 'create' option '--spawn-point' is now always available; add world property 'spawn_point' by WHR · 4 years, 1 month ago
  28. 99ce44b Add 2 more useless options to subcommand 'create', and add 2 more corresponding world properties by WHR · 4 years, 1 month ago
  29. b6e5ae6 Add option '--force-freeze-block' to subcommand 'create'; add world property 'force_freeze_block' by WHR · 4 years, 1 month ago
  30. 0a5f8cf Remove is_force_snow accessor methods from CustomWorldProvider by WHR · 4 years, 1 month ago
  31. 67634da Use 'org.bukkit.World.getHighestBlockYAt(int, int)' for 'world switch -c ...' by WHR · 4 years, 1 month ago
  32. 1aa31d9 Add world property 'force_snow' by WHR · 4 years, 1 month ago
  33. 3fcc396 Fix permission nodes by WHR · 4 years, 1 month ago
  34. 6067ba4 Add world property 'max_height' by WHR · 4 years, 1 month ago
  35. 7a1563a Add world properties 'autosave' and 'thundering' by WHR · 4 years, 1 month ago
  36. 824e129 Support printing multiple or all properties in subcommand 'control'; support setting multiple properties in subcommand 'control' by WHR · 4 years, 1 month ago
  37. aa387e6 Clean Chunk.class stub by WHR · 4 years, 1 month ago
  38. 262f9db Try to bypass CraftBukkit's world border size restriction by WHR · 4 years, 1 month ago
  39. db15aca Change BukkitWorldProperty.print(CommandSender, World) to BukkitWorldProperty.get(World) by WHR · 4 years, 1 month ago
  40. 6e1f290 Move world property implementations to separated classes by WHR · 4 years, 1 month ago
  41. bef05d7 Add some more properties for subcommand 'control' by WHR · 4 years, 1 month ago
  42. 21f71ac Fix method 'parse_coordinate' may accessing array incorrectly by WHR · 4 years, 1 month ago
  43. c66ae7d Add control subcommand by WHR · 4 years, 1 month ago
  44. 9e894b0 Use org.bukkit.World.getMaxHeight() to restart searching for suitable Y position by WHR · 4 years, 1 month ago
  45. 86589b0 Try to maximize default world border limitation if possible by WHR · 4 years, 1 month ago
  46. caeb006 Add world border configuring options to subcommand 'create' by WHR · 4 years, 1 month ago
  47. 117b7f5 Try to teleport player to a surface when they switching world with current position by WHR · 4 years, 1 month ago
  48. 3addba4 Add support of switching to another world based on current position of current world by WHR · 4 years, 1 month ago
  49. b2c6949 Add some more options to subcommand 'create' by WHR · 4 years, 1 month ago 1.1
  50. f76d4d1 Add more fallback reflective operations by WHR · 4 years, 1 month ago
  51. 011fa41 Add option '--force-snow' to subcommand 'create' by WHR · 4 years, 1 month ago
  52. 97bf0e7 Disallow creating world with name starts with '.' by WHR · 4 years, 1 month ago
  53. 4b3a0d4 Add some more options to 'create' subcommand if Minecraft Forge is available by WHR · 4 years, 1 month ago
  54. b6d5fa9 Fix create subcommand doesn't handle invalid long options by WHR · 4 years, 1 month ago
  55. 219aa0c Respawn players in same custom world by WHR · 4 years, 1 month ago
  56. d69bbda Refuse to create a world if the target save directory is a symbolic link by WHR · 4 years, 1 month ago
  57. 0c4f3d0 Fix rivoreo.worldmgr.* permission node doesn't cover rivoreo.worldmgr.create by WHR · 4 years, 1 month ago
  58. 70d3897 Fix switching to dynamically created world crashes client by WHR · 4 years, 1 month ago
  59. f11a4e6 Add permission checking for create subcommand by WHR · 4 years, 1 month ago
  60. 1859c5d Add create subcommand; change license by WHR · 4 years, 1 month ago
  61. 49a8644 Add permission checkings by WHR · 4 years, 1 month ago 1.0
  62. 35ce0b1 Add an error message by WHR · 4 years, 1 month ago
  63. 4b320e6 Try to load a world if the world requested by switch subcommand isn't currently loaded by WHR · 4 years, 1 month ago
  64. 84435e8 Fix load_world unable to detect already loaded world with name containing space character by WHR · 4 years, 1 month ago
  65. 85f89f7 Don't teleport player in same world by WHR · 4 years, 1 month ago
  66. 9ef2681 Implement switch subcommand by WHR · 4 years, 1 month ago
  67. 02630d6 Correct usage string of save subcommand by WHR · 4 years, 1 month ago
  68. e64a146 Implement save subcommand by WHR · 4 years, 1 month ago
  69. 4b0f60a Fix get_world_by_provider_name doesn't check Minecraft Forge availability by WHR · 4 years, 1 month ago
  70. 5fe8de0 Print inner exception message when caught an InvocationTargetException by WHR · 4 years, 1 month ago
  71. 87394cf Implement unload subcommand by WHR · 4 years, 1 month ago
  72. 2b07712 Implement load subcommand by WHR · 4 years, 1 month ago
  73. 3f22baa Start working with git(1) by WHR · 4 years, 1 month ago