The error is normal, its harmless.
Also with JSPlugin and Magma, i'v got both to run together seems to work for me. I am using MC6.
I am pretty sure you can run both JSplugin and Magma since 1.0.4
Sweet, No worries!
Same problem here, I can share doors with players and they can open doors but on a reload or restart that data gets wiped.
@mikec
Also using MC5.
Haven't tried it on MC6 yet.
I'd assume the cause for this is the colour of the chat.
Did you delete your old settings.ini and reload/restart the server to get a new one?
If so what does the chat colour look like in your settings?
E.G: ChatColour=[color white]
Or
ChatColour=[color #FFFFFF]
Magma Hooks and pointers here: http://gomagma.org/community/index.php?threads/class-pointers-hooks-and-natives-updated-for-v1-1-5.73/
Fougerite Hooks and Pointers here (Not fully complete): http://fougerite.wikia.com/
- New command for moderators: /mkick [name]
- New owner tag
- Vip, Donator, Mod, Admin & Owners can now change their chat colours in the settings.ini
- Kits can now have 15 items in it.
**When updating delete the settings.ini and reload the server to create a new one.**
function On_EntityDeployed(Player, Entity) {
if (Entity.Name == "SleepingBagA"){
Player.Message("Sleeping bags are banned from this server!");
Entity.Destroy();
Player.Inventory.AddItem("Cloth", 15);
Player.InventoryNotice("+ 15 Cloth");
}
else if...
Its possible to set to noon every 1 min by using timers.
function DayTimeCallback(){
World.Time = 12; //Set time to 12 (Noon)
}
function On_PluginInit() {
Plugin.CreateTimer("DayTime", 60000).Start(); //60,000 = 1 min.
}
Or you can use a plugin that does a vote to skip night...
Fixed:
- Destroy Weapon
- Crash when using tpadmin (TpAdmin only works on MC6, Haven't tried on MC5).
- Added more options to the Settings.
To install just delete settings and reload the server and a new one will generate.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.