RealmCore v1.6.00

A core that allows you to create personalized worlds for each user like OriginRealms
Full Changelog:
  • NEW! The biome selection menu has been made compatible with Bedrock.
  • NEW! The /realm create command has been improved by adding an argument like /realm create BIOME, requiring the permission realmcore.createbiome.BIOME.
  • NEW! A restriction has been added to prevent external players from dropping and picking up items in the realm.
  • BUGFIX A critical bug has been fixed where the expand menu could not be opened.
  • BUGFIX A bug has been fixed that could cause an error when opening the expand menu in Bedrock.

⚠️When installing this new version, delete the /lang folder to reset and apply the new sections.

Full Changelog:
  • NEW! New system for creating realms with a unique biome (this system is only compatible with manual mode "automatic = false").
  • Additional messages have been added for some configuration errors to prevent null values.
  • BUGFIX An error has been fixed where, even with the correct lang value set, an error message could appear as if it were misconfigured.
  • BUGFIX An error that in some cases could send multiple messages in a menu has been fixed.
  • BUGFIX A problem in the /realm expand menu that caused issues with Bedrock has been fixed. Please reset the configurations to resolve it.

⚠️When installing this new version, delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! New options to manually configure the border center and the realm spawn (settings.yml).
  • NEW! The performance has been improved 2x when using the template mode for realms.
  • NEW! Two placeholders have been added for the cooldowns of the reset and setspawn commands: %realmcore_player_cooldown_reset%, %realmcore_player_cooldown_setspawn%.
  • An error message has been added in case the "kick-world" is not properly configured to prevent null values.
  • An error message has been added in case the lang file type is not properly configured among (en, es, zh).
  • BUGFIX Some issues related to the template system have been fixed, where certain commands were not working.
  • BUGFIX A bug has been fixed where the language selection was not reloading correctly, requiring the /realm reload command to be used twice. Now it works as expected.
  • BUGFIX A bug has been fixed where, in the expand menu, if you placed two items with the same material, it could corrupt and not expand with the correct border.

⚠️When installing this new version, delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! The realm creation process has been optimized much more, now being between 2x - 3x more efficient.
  • NEW! Now, some aspects like threads or maximum operations of the optimized realm creator can be configured from the settings.yml file.
  • NEW! A variable has been added to the messages that now displays the remaining cooldown for the /realm reset and /realm setspawn commands.
  • More translatable messages have been added to the lang files.
  • BUGFIX Some errors in the expand menu have been fixed, as there were many issues when making changes. Now it works stably.
  • BUGFIX A visual bug in command autocompletion has been fixed for the /realm admin setting command, which was not completing correctly.

⚠️When installing this new version, delete the /lang folder to reset and generate it with the new sections. Also delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! It has been added the possibility to configure parameters from the web panel.
  • NEW! More informative messages have been added when creating, resetting, or deleting a realm, among other secondary messages.
  • The entire realms creator has been optimized, along with the whole system, to ensure it consumes fewer resources and handles more load.
  • Most of the command logic has been redone to fix old bugs and improve the logic for future implementations.
  • The cooldown system for the /realm setspawn and /realm reset commands has been improved.
  • Improvements have been made to the console messages regarding the realm creation type, providing more feedback on why the realm is being created or modified.
  • BUGFIX Some exceptions have been fixed that occurred when executing /realm admin panel when the web panel was not enabled. opened.
  • BUGFIX Some inconsistencies have been fixed when setting the borders for the realms.
  • SOON A wiki is being developed for the plugin to expand the documentation and improve understanding for new users. (Progress: 87%)

⚠️When installing this new version, delete the /lang folder to reset and generate it with the new sections. Also delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! A command has been added for administrators (/realm admin bank give [realm] [amount]) to give money to the realm's bank. [realmcore.admin.bank.give]
  • NEW! A command has been added for administrators (/realm admin bank take [realm] [amount]) to take money to the realm's bank. [realmcore.admin.bank.take]
  • NEW! A command has been added for administrators (/realm admin bank reset [realm]) to reset the money of the realm's bank. [realmcore.admin.bank.reset]
  • NEW! Now you can use external plugin generators, for example, the Terra plugin (Ex: "Terra: OVERWORLD").
  • Some messages in the licensing system have been improved.
  • BUGFIX A bug has been fixed where reloading PlaceholderAPI expansions using /papi reload would completely break the integration with RealmCore, requiring a server restart.
  • BUGFIX A very important bug has been fixed where the /realm expand menu for Bedrock players using the Floodgate integration was completely corrupted and could not be opened.
  • SOON A wiki is being developed for the plugin to expand the documentation and improve understanding for new users. (Progress: 87%)

⚠️When installing this new version, delete the /lang folder to reset and generate it with the new sections. Also delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! A new bank system has been added to the realm so that all realm members can deposit money in one place, using the Vault API.
  • NEW! Now, in the expand menu, a cost condition can be added for expansion. In this case, "expansion-bank-cost" is used to require a certain bank cost, and "expansion-cost" will deduct money from the player.
  • NEW! New PlaceholderAPI variables have been added:
    %realmcore_player_bank_balance% -> Allows you to see the player's realm bank balance. %realmcore_realm_bank_balance% -> Allows you to see the bank balance of the realm the player is in. %realmcorerealm_setting_<setting>% -> Allows you to check if the setting is true or false for the player's realm. Valid settings: ("dodaylightcycle", "domobspawning", "doweathercycle", "dopatrolspawning", "dofiretick", "mobgriefing", "falldamage")
    %realmcore_player_bank_balance_formatted% -> Allows you to see the player's realm bank balance, formatted (e.g., 1100 -> 1.1k). %realmcore_realm_bank_balance_formatted% -> Allows you to see the bank balance of the realm the player is in, formatted (e.g., 1100 -> 1.1k).
    Basically, it's the same, but formatted in a shorter form (e.g., 1100 -> 1.1k).
  • CHANGE A major change has been made to the storage of creation dates for each realm, as it was a feature that had been around since the first betas and had many issues. It has now been migrated, along with the rest of the data, into player-data based on YAML. If you had the plugin with a previous version, the dates will be lost but will be updated when the user enters again after the plugin update.
  • CHANGE The entire expand menu system has been changed. It now has dynamic creation, and 100% of the menu can be edited and deleted. This is experimental, but it will be a turning point in the creation of this menu and future ones that will be added in upcoming versions.
  • INTEGRATION As mentioned before, the plugin is now compatible with the Vault API for the economy system.
  • Now, when restarting your realm, it will teleport you to the same world set for the /realm kick command.
  • The bossbar has been optimized regarding the real-time date of the realm.
  • The bossbar now works without needing PlaceholderAPI, although its use is recommended to include more placeholders.
  • Some messages that were only in English and couldn't be modified from the lang file have been translated.
  • BUGFIX The realm settings for changing the world type and environment are now working correctly, as well as the boolean for disabling structures.
  • BUGFIX A bug that allowed players without permissions to open the expand menu has been fixed.
  • BUGFIX A bug has been fixed where, even if you were already banned from a realm, executing that command would teleport you infinitely to the spawn.
  • SOON A wiki is being developed for the plugin to expand the documentation and improve understanding for new users. (Progress: 87%)

⚠️When installing this new version, delete the /lang folder to reset and generate it with the new sections. Also delete the settings.yml to apply the new sections.

Full Changelog:
  • NEW! A new menu has been added to the /realm members command.
  • NEW! Compatibility with Bedrock has been added to the new /realm members menu.
  • NEW! New command for administrators that allows modifying realm settings: /realm admin setting [realm-name] [setting-name] [true/false]
  • Internal modifications have been made to the menu listeners to optimize them further.
  • A check has been added to verify if the user has permission to execute the command. If they do, they will be able to see the autocomplete options.
  • The border warning distance is now set to "0" to prevent the red screen from appearing when approaching the edge of a realm.
  • BUGFIX A problem has been fixed where the /realm about command could be executed without any restrictions.
  • SOON A wiki is being developed for the plugin to expand the documentation and improve understanding for new users. (Progress: 85%)

⚠️When installing this new version, delete the /lang folder to reset and generate it with the new sections.

Buy a license now
$14.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 5% commission.
13,039 Views
95 Purchases
97 Downloads
Apr 23, 2024 Published
Jun 9, 2026 Updated
5.00 star(s)
Average rating (9)
1.8 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Game mode
  1. Survival & SMP
  1. Minigame
Type
  1. Gameplay
  1. World
  1. Minigame
Game mode
  1. Survival
  1. Minigame
Game mode (legacy)
  1. Survival
  1. Minigame
Supported software
  1. Paper
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
  1. Spanish
  1. Chinese
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Owner
Recommended for you
Addon for RealmCore that adds the functionality to connect multiple servers.
Not yet rated
20 purchases
Store value in physical gems.
Not yet rated
11 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,203 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,163 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,090 purchases
Share and earn
Refer this resource and earn a 5% commission.
13,039 Views
95 Purchases
97 Downloads
Apr 23, 2024 Published
Jun 9, 2026 Updated
5.00 star(s)
Average rating (9)
1.8 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Game mode
  1. Survival & SMP
  1. Minigame
Type
  1. Gameplay
  1. World
  1. Minigame
Game mode
  1. Survival
  1. Minigame
Game mode (legacy)
  1. Survival
  1. Minigame
Supported software
  1. Paper
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
  1. Spanish
  1. Chinese
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Owner
Recommended for you
Addon for RealmCore that adds the functionality to connect multiple servers.
Not yet rated
20 purchases
Store value in physical gems.
Not yet rated
11 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,203 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,163 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,090 purchases
Top