-
Notifications
You must be signed in to change notification settings - Fork 102
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
Files
tab - On the top left click on the
+
button - Tab with an
Unnamed
file type should appear - Set
Name
toRSMod Plugin
- Set
Extension
toplugin.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