Jump to content

Krungh Crow

Creator
  • Posts

    1,254
  • Joined

  • Last visited

Everything posted by Krungh Crow

  1. Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  2. Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  3. Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  4. Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  5. update released any minute, wrapping it up since i found that culprit
  6. ill have a look
  7. so depended what plant is harvested give a separate reward profile ?
  8. Krungh Crow

    old and new version

    Changed Status from Not a Bug to Closed
  9. Krungh Crow

    old and new version

    Changed Status from Pending to Not a Bug
  10. Krungh Crow

    old and new version

    wrong plugin mine dont come with chinook thats Bazz3ls version on Umod
  11. it is whatever you set in server variable
  12. is it a payd plugin and where to find it ?
  13. me too and too lasy to add my own snippets lol
  14. Krungh Crow

    FishR

    nothing like that plugin does not even do the same...
  15. Changed Status from Pending to Closed Changed Fixed In to Next Version
  16. Krungh Crow

    Console support

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  17. Version 1.0.3

    150 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. Krungh Crow

    bots make no noise

    Changed Status from Not a Bug to Closed
  19. Krungh Crow

    kits

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  20. like done in AdvertMessages ?
  21. Not as of yet i can make a listed section to share a listed responce (general responce) if the prefabs are placed.
  22. correct unless i can see if the spawned animal is from legendary beasts plugin there is no way to skip it I do the same creating legendary animals wit combination of this and AlphaAnimals plugin
  23. Version 1.0.2

    21 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 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 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": false, "Prefix": "[YourServer]", "Interval (seconds)": 600, "Global Tip Duration (seconds)": 5.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" ], "Vanilla Events": { "Save Warning": false, "Attack Helicopter": false, "Airdrop": false, "Bradley": false, "Cargoship": false, "CH47": false, "Excavator": false, "Small oilrig": false, "Large oilrig": false, "Mining Quarry": false }, "Event Settings": { "Excavator fuelling": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Hack Lock": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Recycler panel close": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Bag placement": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Toolcupboard placement": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "Vehicle Start": { "Use Profile": false, "Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [] }, "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": [] } }, "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 !", "ServerSave": "Saving server entity's You might experience some lag !", "Quarry": "Someone started running a quarry!", "NotActive": "N/a Tell admin to check cfg" }
    $8.50
  24. This plugin will get some love soon
  25. Krungh Crow

    Error to crash

    this is at the startup , this should not be the problem of the crash but a result of a incomplete startup i will build in a delay and check if startup is completed changing animal variables. Do make sure the animal spawnrates are not high since some servers cannot cope with a big animal population (hardware)
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.