Onyx with its NyxServer is a plugin container written in java. Nyx plugins are simple javascript text files and can be added and removed on the fly. Some plugins: TMX, Dedimania, NextMapInfo, CopperDonation and many more.
Moderators: PaGaisu, Vegeta, TM-Patrol
-
ShiFo
- highway camper

- Posts: 1
- Joined: 30 Jun 2008 21:19
- Owned TM-games: TMU
Post
by ShiFo » 30 Jun 2008 21:34
hey guys!
i tried to install the module adminPreference on my server onyx3 and nothing appears on the screen!
i followed the tuto for onyx3, everything works : i can see in the log of onyx that the module is well loaded! I don't understand why it doesn't work
Help me please.
-
Xymph
- Pit Crew

- Posts: 5688
- Joined: 19 Aug 2007 12:58
- Owned TM-games: TMN, TMU, TMF, TM²
-
Contact:
Post
by Xymph » 30 Jun 2008 21:42
Moved to the correct forum.
-
PaGaisu
- Pit Crew

- Posts: 126
- Joined: 16 Jan 2006 10:48
Post
by PaGaisu » 03 Jul 2008 14:15
Shifo, u need to understand that Onyx works as a tree.
If you dont have the parent module, your module wont work.
So, for AdminPreference to work, you will need the parent module which is Administration and the parent module of the Administration: UIOnyx
The branch is like this:
Onyx
|
UIOnyx
|
Administration
|
AdminPreference
For javascript script (eg CopperDonation.nyx):
Onyx
|
TMNyxServer
|
CopperDonation