Jump to content

imthenewguy

Curator
  • Posts

    4,173
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by imthenewguy

  1. Rule of thumb: if you cant spawn it with the spawn command in console, it wont work in the plugin. Lmk if you find any good ones.
  2. Yeah I made a mistake with the version number when I pushed the update. It is 1.0.8, it just shows as 1.0.7. /* 1.0.8 * Fixed an issue with permissions being checked each time a group received a new permission. */ namespace Oxide.Plugins { [Info("Hardy Planters", "imthenewguy", "1.0.7")] [Description("Planterboxes that require no light or water to grow")] class HardyPlanters : RustPlugin
  3. imthenewguy

    wipe

    Unload the plugin. Go into oxide/data/ Delete CollectionLogProto.data Start the plugin.
  4. Everything that is possible to add for rocks has been added. I believe most spawnable furniture has been added as well.
  5. imthenewguy

    Setup

    Changed Status from Pending to Closed
  6. imthenewguy

    Skill Tree issues

    Your line numbers will be vastly different to others. I recommend changing the command in the other plugin rather than SkillTree, as most know it as /st. If you are set on changing it though, look for the "Chat commands to open the skill tree" config option.
  7. You'd need to build something to handle that.
  8. You'd have to ask the ShoppyStock dev if it supports the item.text field.
  9. imthenewguy

    New Create Arenas

    Paintball and ZombieInfection are available now. King of the hill will be released soon. I don't have any plans to release a tool at this stage.
  10. imthenewguy

    Failed to call Hook

    I can't replicate the issues. I can't get the errors to throw when testing. Only thing ican do is add additional null checks.
  11. Yeah I can look into it.
  12. imthenewguy

    Skill Tree issues

    This issue is most likely caused by a conflict with Skinner (or another plugin) that registers the /st chat command after skillTree does, overriding it. Change the command in SkillTree or in the other plugin and the issue will be sorted.
  13. I tried that. It just kept swimming away I'll have to give it another crack.
  14. The plugin was designed to spawn in the air. It was never designed to work on the ground. It will also kill anyone that comes near the arena.
  15. imthenewguy

    New Create Arenas

    It's not that kind of plugin. It was built as a self contained game, like all of my arena plugins: - Arena spawns in the sky, out of the way of other events/monuments/content. - Players join the event without any risk (items and stats are all safely stored). - The game is played and the winner is rewarded (along with participant rewards if you set that up). - The game ends. Everyone is returned to their bodies and their items/stats restored. It has no impact on the surface of your map, nor does it affect any other map. I have just completed an update that will make arena files for Paintball, ZombieInfection, GunGame and my new King of the hill map all compatible with each other. I also plan to build some more maps. The maps need to be built out of items that can be spawned in-game, such as admin rocks etc. How would you go building a map with those?
  16. imthenewguy

    Setup

    The game spawns an arena that it is played on. If you want to change the arena's spawn location, you can fly to the position in the sky that you want it to spawn and run the chat command /ggsetcentrepoint <arena name> This will set the spawn position of the specified arena file to that position, and will inherit all of the topology.
  17. Changed Status from Pending to Closed Changed Fixed In to Next Version
  18. imthenewguy

    Failed to call Hook

    It's not throwing errors for me with your config. How do I replicate the errors?
  19. imthenewguy

    Console error

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  20. Ahh. Yeah you can change that: "Leader board ui anchor"
  21. imthenewguy

    Gun Game

    You can only use in-game effects, and only server side ones. In the config: "Effect to play when a player is killed" "Effect to play when a player progresses" "Effect to play when a player partially progresses"
  22. imthenewguy

    New Create Arenas

    You can't build your own arenas using copy paste. I use a plugin that I built to capture the arenas and store them in a format that works for the game. I plan to release an arena pack that will work with all of my arena plugins (excluding Survival Arena).
  23. There are no config options to adjust the UI colours
  24. imthenewguy

    Gun Game

    I badly want this. I have never played around with out of game sounds before, so wouldn't know where to start. I used to be huge into the cs:s modding/mapping scene back in the day
  25. imthenewguy

    Console error

    For whatever reason, the container or the container.network is null when the hook is called (could be caused by another plugin killing it before mine has the opportunity to handle it). Ill add null checks to the next release.
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

137.6k

Files Sold

Total number of files sold.

2.9m

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.