Christmas

Christmas regardless of the month!

Total Downloads: 1,245 - First Release: Apr 7, 2017 - Last Update: May 7, 2017

5/5, 7 likes
  1. Presents are working fine for me, stockings are refilling
     
  2. Kappasaurus updated Christmas with a new update entry:

    1.0.8

     
  3. I don't get how to get this working on an interval. anyone who joins the server can just type gift in the console and get presents, but I just want it to drop presants around players every 2 minutes without them being able to just type it in the console.
     
  4. Kappasaurus updated Christmas with a new update entry:

    1.0.9

     
  5. each time type in console presents spawns - how fix it ?
     
  6. Update to the version above.
     
  7. Rdy updated
     
  8. This is the only command, however I'll double check,
    Code:
            #region Commands
            [ChatCommand("gifts")]
            void GiftsCommand(BasePlayer player, string command, string[] args)
            {
                if(!permission.UserHasPermission(player.userID.ToString(), "christmas.use"))
                    return;
                RefillPresents();
               if(messagesEnabled)
                    PrintToChat(lang.GetMessage("Christmas Message", this));
            }
            #endregion
     
    Last edited by a moderator: May 8, 2017
  9. works perfect i needed to change groups permissions :)
     
  10. i have tried editing the christmas message in the cs, but when the event runs the message still says "happy holidays"

    anyone else have this issue
     
  11. It's using the lang file helper native to Oxide, to change it go to oxide/lang/en/Christmas.json.
     
  12. thank you it now is correct :}:}:}
     
  13. my presents are empty, but my stockings get refilled
     
  14. request to make it so that presents spawn only if certain amount of players are online. think fancydrop for reference.
     
  15. Can you please update this mod to incorporate the ResourceID like the example below:

    [Info("AutoBroadcast", "Wulf/lukespragg", "1.0.8", ResourceId = 684)]

    so that the mod will work with mods like Updater - Updater | Oxide

    This would really help admins keep your mod updated.
     
  16. i saw on the todo list says that it'll add a loot table for presents? is that true? how long as that been.
     
  17. can someone help me with this plugin?
     
  18. What problem do you need help it is a very easy plugin to understand
     
  19. im new to setting up rust servers and coding. I want to know how I can spawn presents after install the plugin.....any help is appreciated
     
  20. u put it in your oxide>plugins folder and reload, then u can change how many minutes the event takes place per minute,hour, whatever u like on oxide>conifg>Christmas.json