Jump to content

imthenewguy

Curator
  • Posts

    4,587
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. Added option to prevent autowipe in the next release.
  2. Hey unfortunately there isn't really a way to tell if a players inventory is open or not (as far as I am aware), so there isn't a way to add the button upon opening the inventory. Hey mate, when running the command via console, you need to have a target player to receive the item. When run via chat command (with perms), the item is given to the command user. You would need the Battlepass plugin to substitute the userid of the player into a string value, allowing you to insert it into the command line. I do this with VIP Token, so the command would be: "genitem {id} s". The {id} is replaced by the VIPTokens plugin with the consumers ID.
  3. imthenewguy

    Cooking

    Permissions for each item isn't something I would like to add, as it would add unnecessary load on the server for a very niche benefit.
  4. They are added automatically by the plugin. If there is an event plugin on the server then it should appear on the list of events that can be voted on.
  5. Here you go. Chat/Console: giveitem <player name/ID> <item shortname> <optional: amount> <optional: skinID> AdminGive.cs
  6. Version 1.0.10

    285 downloads

    Fishing contest is a an event plugin that spawns an arena in the ocean for players to compete at. Players must catch the most of a certain type of fish that the contest randomly selects to win. The arena is spawned using the CopyPaste plugin. You can create your own arena, but there are requirements (see the video). The plugin is highly configurable, allowing you to select if players keep what they catch, adjust drop rates for caskets for participants, modify the fishing rod tensile strength, and what fish the competition requires the players to catch. EpicLoot - Integrates a list of enhanced fishing attire into the rewards list. NightVision - Locks the players time to day while at the event. FishingTreasure - Allows for the drop rates of fishing caskets to be changed for players at the event. fishingcontest.admin - required to manually start and stop the event. joinfc - Joins the fishing contest. leavefc - Leaves the fishing contest. startfc - Manually starts the fishing contest. endfc - Manually ends the fishing contest.
    $15.00
  7. Rust's vending interface does not like items with different names. I plan on working on a new vending plugin to support the sale of custom items.
  8. If the pouch drops it's lootable. I recommend turning the pouch drop off if you want want it to be lootable by others. I would like to add the option to create your own perks, but it will involve a fairly large rework in order to accommodate it. Something that may happen in the future.
  9. I would have thought that none of the genitem commands would have worked, since the item cannot be enhanced at the moment (oversight in the filter process). Have refined the filter and will enable more items such as diving equipment etc to be enhanceable next update.
  10. imthenewguy

    Casinos

    Version 1.0.6

    62 downloads

    Casinos is a plugin that allows players to host or join a casino. Hosts have a large amount of control over the amount of players that can join, the visibility of their lobby, and players that it contains. Casinos are spawned under the map and are read from a CopyPaste file (see CopyPaste below for more information). There are 3 casinos available by default, but you can design and add your own (see below). Casinos are removed when the host terminates the casino, there are no more players left in the lobby, or an admin terminates all casinos. This plugin is ideal for PVE, RP and PVP servers, as it handles the players transportation to and from the casino, as well as damage and building restrictions while there. Type: Chat command Command: ic Parameters: NA Use: General command used for all interaction with the plugin for hosts and patrons. Type: Console command Command: ClosingAllLobbies Parameters: <Optional: time> Use: Forces all active casinos to close after 30 seconds, or the time specified in the parameter. casinos.join - required to join a lobby. casinos.host - required to host a lobby. casinos.admin - required to use the ClosingAllLobbies command. Since Casinos uses the CopyPaste plugin to create the casino buildings, you can add your own casinos to the list. There are a few things that you need to take note of when you build your casinos though: Deployed Pookie bears represent the spawn point of your casino. Any pookie that is pasted will be automatically deleted, and the spawn point will be registered at it's old position. Spinning wheels will be converted to the Big Wheel (from bandit camp) when pasted. Any terminal in a 10f radius of the Big Wheel will be assigned to it. All other CopyPaste restrictions apply. You can read more about CopyPaste here: https://umod.org/plugins/copy-paste Config example: https://pastebin.com/AtNbU0Dp
    $17.00
  11. Bulletproof isn't attached to anything by default since it can be OP af in many situations. Add it to whatever set you want.
  12. Ahh yeah that's an oversight.
  13. You can't go below the xp threshold of your current level.
  14. It is really odd that he doesn't retain the item.name. Would be simple enough to implement.
  15. imthenewguy

    Cooking

    If that's a backpack plugin, mine doesn't allow crafting from a backpack plugin, only from the ingredients bag. If you don't have the chat command perms enabled, or dont have the bag in the inventory, you can't craft from it.
  16. imthenewguy

    Cooking

    If you are using a stack modifier plugin, be sure to set the following to false in your config: Allow cooking to maintain the item integrity using the OnItemStack/CanStackItem hook. Set to false if you use a stack control plugin It functions fine on my test server. Most likely something to do with a stack modifier plugin.
  17. There isnt but Ill add a player setting like I did for skill tree.
  18. imthenewguy

    Armored Train

    Hey mate, do you have any plans to add API identifying players that completed the event by chance? I would love to integrate this into my Skill Tree plugin and award xp for completing/participating in the event. Same with your Convoy plugin.
  19. Hey mate could we get a hook for the pre-start? Either the following just before _active = true; Interface.CallHook("OnHarborEventPreStart"); or the following method for us to call: [HookMethod("IsHarbourEventActive")] public bool IsHarbourEventActive() { return _active; } I am making a plugin that kills the cargo ship on spawn if my event is active. Don't want to accidentally kill this ship lol.
  20. Hey mate any plans to add API to this? I would love to integrate it into my SkillTree plugin and award xp to participants per phase completed.
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.