Jump to content

Krungh Crow

Creator
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Krungh Crow

  1. hmm yes that is correct unless i use zones (never done that so i have to look into that)
  2. good one you could add that yourself tho with truepve settings
  3. yeah been testing that blind ^^ since i dont have the plugin was worth a shot. ill adress the issue soon enough allready tested and patched THX @KingSizeKevin
  4. issues have been patched , seems the plugin is still not listed to be able to be bought @Death
  5. added loot probability and update lootcrate per profile
  6. Krungh Crow

    XPerience

    the ore bonus is not working most the time i enclosed my cfg, same for weapon stats (bullets) not applying correctly maybe i missed something @MACHIN3 XPerience.json
  7. they will return
  8. yes working on that one aswell
  9. uhm ok.. ill do som testing EDIT : Patch has been released
  10. "Max Fire Range": 100,
  11. ill have a look
  12. so depended what plant is harvested give a separate reward profile ?
  13. it is whatever you set in server variable
  14. is it a payd plugin and where to find it ?
  15. me too and too lasy to add my own snippets lol
  16. Krungh Crow

    FishR

    nothing like that plugin does not even do the same...
  17. Version 1.0.3

    264 downloads

    simple console log plugin to find online/sleeprs/your own location and prints it to console and logfile. Features : no config no permissions (Have to be a admin) Prints it to console. Prints it to a Logfile. Player name and steam id are now printed (New v1.0.2) Chat Commands : /position : Prints your position to chat and to console. /position.all : Prints all online players with position and Grid to console. /position.sleepers : Prints all sleepers location and Grid to console. Console Commands : position.all : Prints all online players with position and Grid to console. position.sleepers : Prints all sleepers location and Grid to console. Logfiles : Online players : Oxide --> Logs --> MyLocation(folder) --> mylocation_online.txt Sleepingplayers : Oxide --> Logs --> MyLocation(folder) --> mylocation_sleepers.txt Localization : English language file included to use a different language just make a new file in the language folder. { "All": "Printed all online players and current locations to console", "NoPermission": "<color=green>You do not have permission to use that command!</color>", "NoSleepersFound": "No sleepers found!", "Personal": "Printed to console\n{0} location = {1} Grid : {2}", "Sleepers": "Printed all sleeping players and current locations to console", "Commands": "Current commands to use :\n/position : Your position\n/position.all : Online players\n/position.sleepers : All sleepers" }
    Free
  18. like done in AdvertMessages ?
  19. Not as of yet i can make a listed section to share a listed responce (general responce) if the prefabs are placed.
  20. Version 2.0.0

    22 downloads

    Send Gametip messages on a timed interval to online players, and recieve queued Gametips. Features: Simple configuration. Sends Gametip messages on a configurable timed interval and duration (seconds). Can use a permission to ignore a player to get the messages. API support for other plugins to use its simplified queue system. Support for SignArtist, NTeleportation , TownTeleport Vanilla messages are built in set gametip.server_event_tips to false in your servers setup to better use the vanilla event notifications Support has been added to show deepsea events (2.0) Permissions Exclude: Global Timed Random messages randomtipsplus.exclude : To exclude the player from getting the Random Global Gametips sent by this plugin. Permissions Triggers: Assign these to make the players recieve messages on each function randomtipsplus.hackcrate : When starting to hack a Hackable crate. randomtipsplus.vehiclestart : When player starts a modular car randomtipsplus.substart : When player starts a solo or duo submarine. randomtipsplus.boatstart : When player starts a motorrowboat or a rhib randomtipsplus.tugboatstart : When player starts a tugboat randomtipsplus.minihelistart : When a player starts a minicopter randomtipsplus.scraphelistart : When player starts a scraphelicopter randomtipsplus.excavator : After player fuells the Excavator randomtipsplus.signartist : After player uploaded a image to a sign randomtipsplus.toolcupboard : When player places a Toolcupboard randomtipsplus.recycler : When player finishes recycling randomtipsplus.sleepingbag : When player placed a sleepingbag/bed/towel New Permissions added in 2.0 randomtipsplus.attackhelistart : Starting a attackheli randomtipsplus.motorbikestart : starting a motorbike randomtipsplus.bicyclestart : started peddeling a bike randomtipsplus.snowmobilestart : started a snowmobile Permissions NTeleportation : randomtipsplus.nteleportationhome : On using /home commands randomtipsplus.nteleportationtpa : On using /tpa command randomtipsplus.nteleportationtpat : On using /tpat command randomtipsplus.nteleportationtpb : On using /tpb command randomtipsplus.nteleportationtpc : On using /tpc command randomtipsplus.nteleportationtpr : On using /tpr command randomtipsplus.nteleportationtown : On using /town command randomtipsplus.nteleportationoutpost : On using /outpost command randomtipsplus.nteleportationbandit : On using /bandit command randomtipsplus.nteleportationisland : On using /island commands Permissions TownTeleport : randomtipsplus.townteleportotp : On using /otp command randomtipsplus.townteleportbtp : On using /btp command randomtipsplus.townteleportttc : On using /ttc command Configuration Main : Debugg : Is disabled by default but can be activated if needed Show Messages is set to false by default so it will not run the standard messages on plugin install. If you don't want to use a prefix, then you can leave it empty. Global Tip Duration : Lifetime of the Global random sent messages Warning tips (RED) have a max lifetime of 5 seconds Messages : have a 2 line size , (/n) and (<color=orange>[view webpage]</color>) can be used Text is always sent as UPPERCASE. Configuration Vanilla : Only a true or false setting. Save Warning : Gives a warning each time the server saves to all players Messages can be changed in the language file Configuration Event : Various settings on certain triggers Includes triggers on placing Bags and Toolcupboards Configuration Teleports : (Important) if not using this feature then leave both Use NTeleportation triggers & Use TownTeleport triggers false so the plugin unsubscribes the hooks used for these (performance) { "Use Debug": false, "Show Messages": true, "Prefix": "[Your Server] ", "Interval (seconds)": 60, "Global Tip Duration (seconds)": 15.0, "Show as warning (max 5 sec)": false, "Messages": [ "Join our Discord ,Click <color=orange>[view webpage]</color> button.", "We run several cool Plugins !", "Grab one of our kits using /kit .", "<color=red>Color</color> code is supported" ], "QueuedPopups": { "Use QueuedPopups (if installed)": true, "Duration (seconds)": 15.0, "Icon Sprite": "assets/icons/info.png", "Background Color (RGBA)": "0 0 0.65 0.6", "Text Color (RGBA)": "1 1 1 1", "Icon Color (RGBA)": "1 1 1 1", "Height (Pixels)": 38.0, "Font Size": 14 }, "Vanilla Events": { "Save Warning": true, "Attack Helicopter": true, "Airdrop": true, "Bradley": true, "Cargoship": true, "CH47": true, "Excavator": true, "Small oilrig": true, "Large oilrig": true, "Mining Quarry": true, "Deepsea": true }, "Event Settings": { "Excavator fuelling": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Hack Lock": { "Use Profile": true, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [ "Started your hack", "Good luck getting nice loot." ] }, "Recycler panel close": { "Use Profile": true, "Tip Duration (seconds)": 10.0, "Show as warning (max 5 sec)": false, "Messages": [ "Thank you for recycling" ] }, "Bag placement": { "Use Profile": true, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [ "Your bed has been made." ] }, "Toolcupboard placement": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Vehicle Start": { "Use Profile": true, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [ "Vroom vroom" ] }, "Boat Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Submarine solo Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Submarine duo Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Tug Boat Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Mini Copter Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Scrap Heli Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "SignArtist Paint finished": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Attack Heli Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Motorbike Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Bicycle Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Snowmobile Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] } }, "Use NTeleportation triggers": false, "Use TownTeleport triggers": false, "NTeleportation (/home)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/tpr)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/tpa)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/tpb)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/tpc)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/town)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/outpost)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/bandit)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/island)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "NTeleportation (/tpat)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "TownTeleport (/otp)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "TownTeleport (/btp)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "TownTeleport (/ttc)": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] } } Localization : English language file included to use a diffrent language just make a new file in the language folder. { "AttackHeli": "The attack heli is patrolling the sky.", "Bradley": "A Bradley started roaming the roads.", "CargoPlane": "Airdrop inbound !", "CargoShip": "The Cargoship Has Entered the Waters.", "CH47": "A ch47 started its round.", "Excavator": "The Excavator just started digging !", "OilSmall": "Small Oilrig just came online !", "OilLarge": "Large Oilrig just came online !", "Quarry": "Someone started running a quarry!", "ServerSave": "Saving server entity's You might experience some lag !", "NotActive": "N/a Tell admin to check cfg", "OnDeepSeaOpened": "The Deep Sea has opened its waters.", "OnDeepSeaClosed": "The Deep Sea has closed its waters." }
    $8.50
  21. This plugin will get some love soon
  22. any plugin sending stuff to chat and maybe gametips is not allowed . (however i do see even official servers running plugins like timed interval messages so i cannot tell you if it would be allowed or not)
  23. { "Show Messages": false, "Prefix": "[YourServer]", "Interval (seconds)": 600, "Messages": [ "Join our Discord ,Click <color=orange>[view webpage]</color> button.", "We run several cool Plugins !", "Grab one of our kits using /kit .", "<color=red>Color</color> code is supported" ], "Event Settings": { "Hack Lock": { "Use Profile": false, "Messages": [] }, "Test Trigger": { "Use Profile": false, "Messages": [] } } } Would be something like this ?
  24. yes that can be triggered. placing foundations would be spammy so in that there would be need a cooldown on trigger added for single limited triggers it would not be needed (will test some out soon)
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.6k

Files Sold

Total number of files sold.

3.3m

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.