πΌοΈEdit Resourcepack Content
Learn how to edit the most important components of the setup
GENERAL EDIT
If you need to edit the default images (logos or rank tags) you can found them on the itemsadder folder located at plugins/itemsadder/contents/hyperdevassets/resourcepack/hyperdevassets/textures/font/tags.
There you can replace the file you want.
NOTE: The name of the new image must be exactly the same otherwise the plugin won't read the new file.
(For example if the image that you are replacing is named "title", your new iamge should be named "title" too)
Remember ALWAYS to run the command /iazip after any edition of the resourcepack, to update it and reupload the pack (this command will apply the new pack to the online players too)
NOTE: Images must be lower than 256 pixels and have ".png" extension. This is a Minecraft limitation, and not part of itemsadder or this setup.
ADD NEW IMAGES
Go to plugins/itemsadder/contents/hyperdevassets/configs/tags.yml edit the file and copy the existant config for a rank or image.
Then (following the created ones as template) you need to add your new image into plugins/itemsadder/contents/hyperdevassets/resourcepack/hyperdevassets/textures/font/tags/ with the rest of the images assets.
NOTE: Remember to reload the resourcepack by using /iazip command after editing, removing, or adding content from the resourcepack .
USE RANK TAGS/IMAGES IN GAME
You can call every custom image using the placeholder %img_name%.
For example if the image file is called "flag" you should use %img_flag%. That method works on TAB, menus, and most places, but if it is not working on chat or holograms you can use ":name:"
Following the example, you can use :flag:
HOW TO EDIT PAUSE MENU
Go to /plugins/itemsadder/contents/hyper_esc_menu/resourcepack/hyper_esc_menu/textures.
There you can download and modify the diferent parts of the Pause Menu images. DO NOT change the images dimensions.
EDIT RANK ICONS
Go to itemsadder/contents/hyperdevassets/resourcepack/hyperdevassets/textures/font/tags. There you will find the rank icons. If you don't want to show them next to rank tags, just go to chatmanager/config.yml and delete for example the "%img_owner_icon%" line.
NPC ATTACHED COMMANDS
Locate the folder plugins/conditionalevents/events/npc_commands.yml and edit them there.
RESET CUSTOM WORLDS
To reset the custom worlds (Survival & ResourceWorld) you will need to delete the world you want to reset, for example "survival" one, by using:
/mv delete survival
After that you will need to regenerate that world using the custom generator by running the command:
/mvcreate survival normal -g TerraformGenerator
NOTE: Remember that world names are case sensitive, so type the name exactly as it is.
Last updated