-
Posts
214 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ProCelle
-
Hey thepiercedweirdo, Im a bit busy right now with some personal projects, work and a new plugin Im currently working on. I have on my checklist to add some text showing the hp left, I hope I have time to add it soon. Also, the users can configure the color for themselves with the chat command /hitbar config This only changes the color for the user who ran the command.
-
Version 1.0.0
73 downloads
Advanced Auto Teleport will accept teleport requests from other players when they are on the same Clan, Team or are Friends. This plugin works with Friends, Rust:io Clans, Clans by k1lly0u, Clans Reborn, and other clans plugins. Permissions: advancedautoteleport.use - Players with this permission will be able to auto accept teleport requests. (If perms are enabled from config). Commands: /atp - Opens the Auto Accept Options Config. (Individual for each player) Configuration:$9.99 -
Hey! On the video only shows bots because I didnt have any other player to shoot, if you take a look to the config file: "Copter - Enable health bar": true, "Bradley - Enable health bar": true, "Players - Enable health bar": true, "NPC - Enable health bar (Animals, Scientists, Scarecrows, etc.)": true, "Minicopter - Enable health bar": true, "ScrapCopter - Enable health bar": true, "Deployables - Enable health bar": true, "Building Blocks - Enable health bar": true, "All Entities - Enable health bar": false, This are the options the Hit Bar shows the health of, if the last option, "All Entities" is enabled, the players will get the health bar of the other entities that arent listed on the config file. It doesnt show any numbers of health, only the health bar.
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Not a Bug
-
Hey Grimm! I will take a look at it, and try to bring it as soon as I'm able to.
-
Hey! You can change the alert size and its position from the config file: "UI Anchor Min": "0.35 0.85", "UI Anchor Max": "0.65 0.95", On this version its not possible to change the alert color, I will try to add an option if I have some spare time
-
Changed Status from Pending to No Response
-
Hey! You have to enable the Use perms option at config, then you then need to give the players the perm > advancedhitbar.use so they can see the hitbar. If you grant them the perm: advancedhitbar.edit they will be able to edit their hitbar, so if you want them not to change it dont give them this perm.
-
Did any error pop up on the server console?
-
Dont worry, theres no rush
-
Not necessarily, they could overlap on some alerts buth they should be able to coexist. Please could you send me the lines of the console where the plugin unloads/crashes when starting the server.
-
Hey! Are you sure you are using the Image library plugin? https://umod.org/plugins/image-library It is required to run the plugin and if not installed it will unload automatically.
-
Hey! Sorry for the delay, for changing the position please go to the config file and locate this two lines: "- UI Anchor Min": "0.356 0.117", "- UI Anchor Max": "0.63 0.158", You should replace the min value for this one: "0.417 0.915" and the max value for this one "0.584 0.947" so it would look like this: "- UI Anchor Min": "0.417 0.915", "- UI Anchor Max": "0.584 0.947", Then save the config file and reload the plugin writing on the console: oxide.reload AdvancedHitbar If you feel you may want it bigger or at another position please let me know
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.7
-
Uploaded a small fix, please let me know if you have some further issues
-
Hey! Will take a look at it today, thank you for reporting the issue!
-
Changed Status from Pending to No Response
-
Hey! Using the latest version of the plugin after december update, when crafting a vehicle and placing it, it will only spawn a crafting table. This is how the data file looks like: "box.repair.bench": { "Name": "Barca", "Image": "https://rustplugins.net/products/craftmenu/rowboat.png", "SkinID": 1742651766, "Category": "vehicles", "Tier": 1, "ResearchCost": 75, "Resources": { "wood": 10000, "metal.refined": 25, "metal.fragments": 1500 } }, "box.repair.bench{1}": { "Name": "Narcolancha", "Image": "https://rustplugins.net/products/craftmenu/rhib.png", "SkinID": 1742627792, "Category": "vehicles", "Tier": 1, "ResearchCost": 75, "Resources": { "gears": 5, "metal.fragments": 5000, "roadsigns": 5 } }, "box.repair.bench{2}": { "Name": "Minicóptero", "Image": "https://rustplugins.net/products/craftmenu/mini.png", "SkinID": 1742653197, "Category": "vehicles", "Tier": 2, "ResearchCost": 300, "Resources": { "gears": 5, "roadsigns": 10, "metalpipe": 10, "metal.fragments": 5000 } }, "box.repair.bench{3}": { "Name": "Helicoptero de Chatarra", "Image": "https://rustplugins.net/products/craftmenu/scrapheli512.png", "SkinID": 1856165291, "Category": "vehicles", "Tier": 3, "ResearchCost": 500, "Resources": { "gears": 10, "metal.refined": 50, "sheetmetal": 10, "metalpipe": 15, "metal.fragments": 10000 } }, Using default config. Thank you very much for your time!