This repository was archived by the owner on Aug 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Setup File Types
Tomm edited this page May 24, 2019
·
5 revisions
Before you begin writing your very own content, you should do a few things to help you along the way.
As RS Mod uses special file types, it will be easier for you to inform IntelliJ what they are. Right-click on any folder in the project and navigate to the following:
-
New->Edit File Templates... - Focus the
Filestab - On the top left click on the
+button - Tab with an
Unnamedfile type should appear - Set
NametoRSMod Plugin - Set
Extensiontoplugin.kts - Set the big box underneath to the following text:
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}
#end
- Hit
Apply
All done! You should now have an RSMod Plugin file on the New right-click menu
Join the Discord if you have any questions or want to chat with the community
- User Guide