Search results

  1. Jakkee

    Approved DonatorRank

    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!
  2. Jakkee

    Solved share doesnt work

    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.
  3. Jakkee

    Approved DonatorRank

    I'm pretty sure you can run both. Go to Root/Save/ and open Fougerite.cfg and make sure Magma is uncommented.
  4. Jakkee

    Approved DonatorRank

    Run it as a Magma plugin. Root\Save\Magma
  5. Jakkee

    Approved DonatorRank

    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]
  6. Jakkee

    Solved I am a novice...

    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/
  7. Jakkee

    Approved DonatorRank

    Jakkee updated DonatorRank with a new update entry: V1.1 - Fixes + Extras Read the rest of this update entry...
  8. Jakkee

    DonatorRank - V1.1 - Fixes + Extras

    - 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.**
  9. Jakkee

    I NEED SLEEPING BAG EXPLOIT FIX

    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...
  10. Jakkee

    Always day and Item condition

    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...
  11. Jakkee

    Approved AdminPlus

    Jakkee updated AdminPlus with a new update entry: V1.7.1 - Fixes Read the rest of this update entry...
  12. Jakkee

    AdminPlus - V1.7.1 - Fixes

    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.