-
Posts
4,311 -
Joined
-
Last visited
-
Days Won
54
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
That is how it should be behaving. Are they tied for first?
-
Missing a rank symbol next to the bar
imthenewguy replied to Her_Toxic_Man's Support Request in Support
Changed Status from Pending to Closed -
No plans to add podium spots, but there is already options to reward players based on milestones, "Score per roll [5 = for every 5 score, the player receives a roll on the table]"
-
Missing a rank symbol next to the bar
imthenewguy replied to Her_Toxic_Man's Support Request in Support
I assume you mean the xp bar. If so then yes I can do add that to the next release. -
What messages are you talking about? Paste me exactly what the default sentences say and what you are trying to replace them with.
-
- 214 comments
-
- 1
-
-
Will add to next release
- 1 reply
-
- 1
-
-
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
-
Unload the plugin. Go into oxide/data/ Delete CollectionLogProto.data Start the plugin.
- 1 reply
-
- 1
-
-
Changed Status from Pending to Closed
-
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.
-
- 84 comments
-
- #vip
- #monetization
-
(and 2 more)
Tagged with:
-
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.
-
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.
-
- 89 comments
-
- #recycler
- #monetization
- (and 5 more)
-
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.
-
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.
-
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?
-
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.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
It's not throwing errors for me with your config. How do I replicate the errors?
