Ultimate Gamerules Manager [1.13 - 1.21.4] icon

Ultimate Gamerules Manager [1.13 - 1.21.4] -----

Configurate world's gamerules via gui.




Update for 1.21.4
----------, Dec 11, 2024

Added Configurable GUI Items:
  • You can now customize the items displayed in the GUI for gamerules directly through the config.yml. The items can be updated with the reload command.
New Gamerule Added:
  • Added the disablePlayerMovementCheck gamerule.
You need to add this gamerule in the config.yml:
Code (YAML):
disablePlayerMovementCheck : "&7Whether the server should skip checking player speed.
You need to add this section to change the gamerule GUI Items:
Code (YAML):
#Set gamerules items. If the item is not found, book will be used.
gameruleItems
:
  announceAdvancements
: BOOK
  blockExplosionDropDecay
: FIRE_CHARGE
  commandBlockOutput
: COMMAND_BLOCK
  commandModificationBlockLimit
: REPEATING_COMMAND_BLOCK
  disableElytraMovementCheck
: ELYTRA
  disablePlayerMovementCheck
: PLAYER_HEAD
  disableRaids
: CROSSBOW
  doDaylightCycle
: CLOCK
  doEntityDrops
: ROTTEN_FLESH
  doFireTick
: FLINT_AND_STEEL
  doImmediateRespawn
: TOTEM_OF_UNDYING
  doInsomnia
: PHANTOM_SPAWN_EGG
  doLimitedCrafting
: CRAFTING_TABLE
  doMobLoot
: EXPERIENCE_BOTTLE
  doMobSpawning
: ZOMBIE_SPAWN_EGG
  doPatrolSpawning
: PILLAGER_SPAWN_EGG
  doTileDrops
: OAK_LOG
  doTraderSpawning
: WANDERING_TRADER_SPAWN_EGG
  doVinesSpread
: VINE
  doWardenSpawning
: WARDEN_SPAWN_EGG
  doWeatherCycle
: SNOWBALL
  drowningDamage
: WATER_BUCKET
  enderPearlsVanishOnDeath
: ENDER_PEARL
  fallDamage
: DIAMOND_BOOTS
  fireDamage
: LAVA_BUCKET
  forgiveDeadPlayers
: FEATHER
  freezeDamage
: BLUE_ICE
  globalSoundEvents
: NOTE_BLOCK
  keepInventory
: DIAMOND_SWORD
  lavaSourceConversion
: LAVA_BUCKET
  logAdminCommands
: WRITABLE_BOOK
  maxCommandChainLength
: CHAIN_COMMAND_BLOCK
  maxCommandForkCount
: CHAIN_COMMAND_BLOCK
  maxEntityCramming
: ZOMBIE_HEAD
  mobExplosionDropDecay
: CREEPER_SPAWN_EGG
  mobGriefing
: OAK_DOOR
  naturalRegeneration
: GOLDEN_APPLE
  playersNetherPortalCreativeDelay
: CRYING_OBSIDIAN
  playersNetherPortalDefaultDelay
: OBSIDIAN
  playersSleepingPercentage
: WHITE_BED
  projectilesCanBreakBlocks
: ARROW
  randomTickSpeed
: WHEAT
  reducedDebugInfo
: REDSTONE_TORCH
  sendCommandFeedback
: REDSTONE_LAMP
  showDeathMessages
: PAPER
  snowAccumulationHeight
: SNOW_BLOCK
  spawnChunkRadius
: GRASS_BLOCK
  spawnRadius
: RED_BED
  spectatorsGenerateChunks
: ENDER_EYE
  tntExplosionDropDecay
: TNT
  universalAnger
: SPIDER_EYE
  waterSourceConversion
: WATER_BUCKET
----------, Dec 5, 2024

  • Added 1.20.3 gamerules
  • Fixed multiple float-pointing errors.
You need to add these to your config.yml file.
maxCommandForkCount: "&7The maximum number of forks (contexts)\n&7that can be created during one tick.\n&7Applies to command blocks and functions."
playersNetherPortalCreativeDelay: "&7Controls the time that a creative player needs\n&7to stand in a nether portal before changing dimensions."
playersNetherPortalDefaultDelay: "&7Controls the time that a non-creative player needs \n&7to stand in a nether portal before changing dimensions."
projectilesCanBreakBlocks: "&7Whether impact projectiles destroy blocks that are\n&7 destructible by them, i.e. chorus flowers,\n&7pointed dripstone, and decorated pots."
----------, Dec 8, 2023

  • Added enderPearlsVanishOnDeath Gamerule.
  • Added pluginPrefix on the config file so you can modify the prefix of the plugin.
  • Added noPermission on the config file so you can modify the message that it sent to the player when he hasn't permission to execute a command.
  • Added gameruleNotFound on the config file so it will be on the lore of every gamerule that doesn't exist on the config file.
  • Fixed console can now execute the /ggamerule reload command.
  • Fixed bug when the gamerule's description doesn't exist on the config file the GUI doesn't open.
    You need to add these 3 sections to your config file.
    #Plugin's prefix.
    pluginPrefix: "&b[&eUltimate Gamerules Manager&b]&7"
    #No permission message.
    noPermission: "&cYou don't have permission to use this command."
    #Gamerule not found message.
    gameruleNotFound: "&cGamerule description and item not found. \n&cAdd description on config.yml file.\n&cItem will be added on the next update."
----------, Nov 23, 2023

  • Added 1.20.2 support.
----------, Nov 20, 2023

  • Added 1.20-1.20.1 support
    As requested by @J0T0S0
  • Added a new feature that allows adding new lines in the description by using the '\n' character. Please note that text color needs to be reapplied after each new line.
  • Fixed a bug where the gamerules displayed in the GUI were based on the player's world instead of the selected world from the GUI.
----------, Jul 6, 2023

  • Added 1.20-1.20.1 support
    As requested by @J0T0S0
  • Added a new feature that allows adding new lines in the description by using the '\n' character. Please note that text color needs to be reapplied after each new line.
  • Fixed a bug where the gamerules displayed in the GUI were based on the player's world instead of the selected world from the GUI.
----------, Jul 6, 2023

  • Added 1.19.4 support
  • Added 1.19.4 Gamerules
----------, Mar 23, 2023

  • Fixed 2 display icons (from doMobSpawning and tntExplosionDropDecay)
----------, Feb 23, 2023

  • Fixed a bug where the second page of the GUI is wrong.
----------, Feb 20, 2023

  • Fixed a Array Index Out Of Bounds Exception
----------, Feb 20, 2023

I re-wrote the plugin from the begging. The code is simpler, easier to read, and more optimized. I reduced the file size and from now on the plugin runs faster. You will not see any new features in this update except the sorted view of the gamerules. But from now on it will be a lot easier than before to add new gamerules to the plugin.
----------, Feb 6, 2023

  • Added blockExplosionDropDecay Gamerule.
  • Added mobExplosionDropDecay Gamerule.
  • Added tntExplosionDropDecay Gamerule.
  • Added snowAccumulationHeight Gamerule.
  • Added waterSourceConversion Gamerule.
  • Added globalSoundEvents Gamerule.
----------, Dec 15, 2022

  • Added 1.19.3 support.
  • Fixed AnvilGui.
  • Fixed Copy and Paste.
----------, Dec 15, 2022

  • Fixed You will see the command '/ggamerule reload' only if you have permission.
  • Optimized Code.
----------, Oct 12, 2022

  • Added config file so you can change the messages and color from gamerules lore.
  • Added '/gamerules reload' command so you can reload the config file.
  • Added 'gamerules.reload' permission for '/gamerules reload' command.
----------, Sep 21, 2022

  • Fixed some minor bugs.
----------, Sep 21, 2022

  • Added 1.19.2 support
----------, Aug 10, 2022

  • Added Copy and Paste option so you can copy from one world all gamerules and paste them in another.
  • Fixed compatibility with 1.13.
----------, Jul 14, 2022

  • Added Reset Button from now on you can reset all gamerules to default values.
  • Changed Item from going back to world selector to arrow and exit to dark oak door.
----------, Jul 13, 2022

  • Added exit button.
  • Added more sounds.
  • Optimized code.
----------, Jul 13, 2022

Introducing the most significant update for this plugin!

Every time you write /ggamerule a new GUI will show up, the World Selector GUI. After you choose the world that you want to manage you can go back and select another world to manage too. You can do this very quickly without needing to teleport to the world you want to manage.

upload_2022-7-12_1-18-5.png
----------, Jul 11, 2022

  • Remove item flags.
  • Change doMobGriefing gamerule item.
----------, Jun 14, 2022

  • Added 1.19 support.
  • Added warden spawning rule.
----------, Jun 7, 2022

  • Added reopen Gamerule GUI when you use Anvil GUI.
  • Added bstats support.
  • Optimize code.
----------, May 30, 2022

  • Added update checker.
----------, May 25, 2022

Resource Information
Author:
----------
Total Downloads: 5,958
First Release: May 25, 2022
Last Update: Dec 11, 2024
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings