Scripts For Admins: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara No edit summary |
imported>Kymara No edit summary |
||
| Line 93: | Line 93: | ||
== On a localhost server == |
== On a localhost server == |
||
You need to get the built scripts (*.class files). If you built your server using ant, they are located in |
You need to get the built scripts (*.class files). If you built your server using ant, they are located in |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
and put your scripts there. Since '.' will already be on your classpath to read the adminslist, these scripts should now also be loaded when you start your server. If you have trouble try adding ./data/script to your classpath too. |
and put your scripts there. Since '.' will already be on your classpath to read the adminslist, these scripts should now also be loaded when you start your server. If you have trouble try adding ./data/script to your classpath too. |
||
P.s. If you are in Windows not Linux then remember all the / here for folders are actually \! |
P.s. If you are in Windows not Linux then remember all the / here for folders are actually \! |
||