Interface administrators, moderator
2,601
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Using resources == | == Using resources == | ||
Place the resource in your server's "resources" folder. Then, open the [[ServerConfiguration|server config]] (default is server.xml) in Notepad or your preferred code editor, and find the <code><resources></code> section. Add resources by inserting a new line containing the resource: <code><resource src="something" /></code>. This new line must be '''inside''' the resources section. Here's an example: | |||
{{XMLCode|1=<resources> | |||
<resource src="something"/> | |||
<resource src="something-else" /> | |||
</resources>}} | |||