Jump to content

Razor

Creator
  • Posts

    1,829
  • Joined

  • Days Won

    15

Everything posted by Razor

  1. Razor

    Animal Farm

    Dont put a horse in the farm as he will eat your babies.
  2. Razor

    Animal Farm

    You can place on grounds.. you can place anywhere you can place the pool except celings as long as its in building priv
  3. Razor

    Animal Farm

    Unload AnimalFarm does it go away? Did you manualy spawn any animals with the spawn command in F1 by chance?
  4. Razor

    Animal Farm

    Its not from animal farm its a current rust glitch i am told.
  5. Razor

    Animal Farm

    Im not sure how feasible that would be to add it into this plugin.
  6. Razor

    AutoFarm

    You have a plugin conflict. Disable "Enable for use in plugins that require CallHookOnCollectiblePickup": false,
  7. Razor

    Animal Farm

    Only animal left able to add is wulf.
  8. Razor

    Animal Farm

    Your welcome i may have someone working on some more images for me to show the plugin and some better icons. for the animals.
  9. Razor

    Animal Farm

    Player does not need to enter chat command.. You can sell the farm item in the shops. They get the animal items to put in the farms either by ya putting them in a shotp or by gathering the animal aka when they hack him up for meat there is a chance of getting an animal for the farm configurable.
  10. Razor

    Animal Farm

    They will not eat tell the 80% food/water Posted update to fix gathering.
  11. Razor

    Animal Farm

    Version 1.3.7

    612 downloads

    Allow your players to farm boars, bears, wolfs, panthers, tigers, alligators, and stags similarly to chickens. They need food and water to survive, and you can breed them to expand your farm. You can set how much resources they get by there age. There age increase 1yrs every 60min.. You can bread the animals by petting them if you have 2 of the same animals. Killing your own animal in the farm will not give you a baby item only animals in the wild will. Check the config for all available options. You can also find baby animals for your farm by slaughtering wild boars, bears, wolf, or stags. Permission "animalfarm.admin"; "animalfarm.gatherboar"; "animalfarm.gatherbear"; "animalfarm.gatherwolf"; "animalfarm.gatherstag"; "animalfarm.chickencoop"; "animalfarm.gatherpanther"; "animalfarm.gathertiger"; "animalfarm.gatheralligator"; /animalfarm <farm/coop/boar/stag/bear/wolf> <amount> animalfarm <userid> <farm/coop/boar/stag/bear/wolf/panther/tiger/alligator> <amount> WARNING: If your foundations are very low to the ground they will go threw the foundation a little to the ground. The Config Information In the config there is some default gather ages 1 to age 5, The age 5 is the default rust gather for the animal. Keep in mind if you have a gather manager for the animal its rates will still be applies. You can add as many ages as you like anything over the last age will use the max age you have in the config. The Gather settings can not and will not be able to add custom item to, You can use other plugins for that. { "Chicken Coop Settings": { "Total chickens animals allowed in the coop. Default UI will only show 4": 4, "Chickens hatch time minutes": 2, "Add storage adapter to coop": false, "Add water adapter to coop": false, "Allow auto hatching of eggs": false, "Player may have how many modifyed coops -1 = unlimited": -1, "Only use custom item to place coop": false, "Coop item skin": 3461239631, "Coop item name": "Industrial Chicken Coop" }, "Farm Settings": { "Farm item skinID": 3458119788, "Farm item name": "Animal Farm", "Total farm animals allowed in the farm": 10, "Add storage adapter to trough": true, "Add hopper to trough": true, "Require permissions for gatheringr": false, "Player may have how many farms -1 = unlimited": -1 }, "Boar Baby Settings": { "Chance to get baby boar from gathering": 10, "Baby Boar item skinID": 3458077515, "Baby Boar item name": "A Baby Boar", "Baby Boar groth minutes": 30, "Boar can breed.": true, "Boar breed chance.": 100, "Boar breed cooldown minutes.": 180, "Boar dung amount.": 2, "Boar gather age and items.": { "1": [ { "shortname": "meat.boar", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 5.0, "isBP": false }, { "shortname": "leather", "amount": 5.0, "isBP": false }, { "shortname": "cloth", "amount": 1.0, "isBP": false } ], "2": [ { "shortname": "meat.boar", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 15.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 8.0, "isBP": false }, { "shortname": "cloth", "amount": 2.0, "isBP": false } ], "3": [ { "shortname": "meat.boar", "amount": 6.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 50.0, "isBP": false }, { "shortname": "fat.animal", "amount": 15.0, "isBP": false }, { "shortname": "leather", "amount": 12.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "4": [ { "shortname": "meat.boar", "amount": 7.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 25.0, "isBP": false }, { "shortname": "fat.animal", "amount": 20.0, "isBP": false }, { "shortname": "leather", "amount": 16.0, "isBP": false }, { "shortname": "cloth", "amount": 7.0, "isBP": false } ], "5": [ { "shortname": "meat.boar", "amount": 8.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 50.0, "isBP": false }, { "shortname": "fat.animal", "amount": 40.0, "isBP": false }, { "shortname": "leather", "amount": 20.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ] } }, "Stag Baby Settings": { "Chance to get baby stag from gathering": 10, "Baby Stag item skinID": 3458079161, "Baby Stag item name": "A Baby Stag", "Baby Stag groth minutes": 30, "Stag can breed.": true, "Stag breed chance.": 100, "Stag breed cooldown minutes.": 180, "Stag dung amount.": 2, "Stag gather age and items.": { "1": [ { "shortname": "deermeat.raw", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 5.0, "isBP": false }, { "shortname": "fat.animal", "amount": 2.0, "isBP": false }, { "shortname": "leather", "amount": 10.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "deermeat.raw", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 4.0, "isBP": false }, { "shortname": "leather", "amount": 15.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ], "3": [ { "shortname": "deermeat.raw", "amount": 2.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 20.0, "isBP": false }, { "shortname": "fat.animal", "amount": 6.0, "isBP": false }, { "shortname": "leather", "amount": 20.0, "isBP": false }, { "shortname": "cloth", "amount": 15.0, "isBP": false } ], "4": [ { "shortname": "deermeat.raw", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 30.0, "isBP": false }, { "shortname": "fat.animal", "amount": 8.0, "isBP": false }, { "shortname": "leather", "amount": 30.0, "isBP": false }, { "shortname": "cloth", "amount": 20.0, "isBP": false } ], "5": [ { "shortname": "deermeat.raw", "amount": 4.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 50.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 50.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ] } }, "Bear Baby Settings": { "Chance to get baby bear from gathering": 10, "Baby Bear item skinID": 3458078401, "Baby Bear item name": "A Baby Bear", "Baby Bear groth minutes": 30, "Bear can breed.": true, "Bear breed chance.": 100, "Bear breed cooldown minutes.": 180, "Bear dung amount.": 2, "Bear gather age and items.": { "1": [ { "shortname": "bearmeat", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 25.0, "isBP": false }, { "shortname": "fat.animal", "amount": 20.0, "isBP": false }, { "shortname": "leather", "amount": 20.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "bearmeat", "amount": 5.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 50.0, "isBP": false }, { "shortname": "fat.animal", "amount": 40.0, "isBP": false }, { "shortname": "leather", "amount": 40.0, "isBP": false }, { "shortname": "cloth", "amount": 15.0, "isBP": false } ], "3": [ { "shortname": "bearmeat", "amount": 10.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 75.0, "isBP": false }, { "shortname": "fat.animal", "amount": 60.0, "isBP": false }, { "shortname": "leather", "amount": 60.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ], "4": [ { "shortname": "bearmeat", "amount": 15.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 100.0, "isBP": false }, { "shortname": "fat.animal", "amount": 80.0, "isBP": false }, { "shortname": "leather", "amount": 80.0, "isBP": false }, { "shortname": "cloth", "amount": 35.0, "isBP": false } ], "5": [ { "shortname": "bearmeat", "amount": 20.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 150.0, "isBP": false }, { "shortname": "fat.animal", "amount": 100.0, "isBP": false }, { "shortname": "leather", "amount": 100.0, "isBP": false }, { "shortname": "cloth", "amount": 50.0, "isBP": false } ] } }, "Wolf Baby Settings": { "Chance to get baby wolf from gathering": 10, "Baby Wolf item skinID": 3458436442, "Baby Wolf item name": "A Baby Wolf", "Baby Wolf groth minutes": 30, "Wolf can breed.": true, "Wolf breed chance.": 100, "Wolf breed cooldown minutes.": 180, "Wolf dung amount.": 2, "Wolf gather age and items.": { "1": [ { "shortname": "skull.wolf", "amount": 1.0, "isBP": false }, { "shortname": "wolfmeat.raw", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 2.0, "isBP": false }, { "shortname": "leather", "amount": 10.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "skull.wolf", "amount": 1.0, "isBP": false }, { "shortname": "wolfmeat.raw", "amount": 2.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 20.0, "isBP": false }, { "shortname": "fat.animal", "amount": 4.0, "isBP": false }, { "shortname": "leather", "amount": 25.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ], "3": [ { "shortname": "skull.wolf", "amount": 1.0, "isBP": false }, { "shortname": "wolfmeat.raw", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 30.0, "isBP": false }, { "shortname": "fat.animal", "amount": 6.0, "isBP": false }, { "shortname": "leather", "amount": 45.0, "isBP": false }, { "shortname": "cloth", "amount": 20.0, "isBP": false } ], "4": [ { "shortname": "skull.wolf", "amount": 1.0, "isBP": false }, { "shortname": "wolfmeat.raw", "amount": 4.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 35.0, "isBP": false }, { "shortname": "fat.animal", "amount": 8.0, "isBP": false }, { "shortname": "leather", "amount": 60.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ], "5": [ { "shortname": "skull.wolf", "amount": 1.0, "isBP": false }, { "shortname": "wolfmeat.raw", "amount": 5.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 40.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 75.0, "isBP": false }, { "shortname": "cloth", "amount": 35.0, "isBP": false } ] } }, "Tiger Baby Settings": { "Chance to get baby tiger from gathering": 10, "Baby Tiger item skinID": 3469950143, "Baby Tiger item name": "A Baby Tiger", "Baby Tiger groth minutes": 30, "Tiger can breed.": true, "Tiger breed chance.": 100, "Tiger breed cooldown minutes.": 180, "Tiger dung amount.": 2, "Tiger gather age and items.": { "1": [ { "shortname": "bigcatmeat", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 2.0, "isBP": false }, { "shortname": "leather", "amount": 10.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "bigcatmeat", "amount": 2.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 20.0, "isBP": false }, { "shortname": "fat.animal", "amount": 4.0, "isBP": false }, { "shortname": "leather", "amount": 25.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ], "3": [ { "shortname": "bigcatmeat", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 30.0, "isBP": false }, { "shortname": "fat.animal", "amount": 6.0, "isBP": false }, { "shortname": "leather", "amount": 45.0, "isBP": false }, { "shortname": "cloth", "amount": 20.0, "isBP": false } ], "4": [ { "shortname": "bigcatmeat", "amount": 4.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 35.0, "isBP": false }, { "shortname": "fat.animal", "amount": 8.0, "isBP": false }, { "shortname": "leather", "amount": 60.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ], "5": [ { "shortname": "bigcatmeat", "amount": 5.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 40.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 75.0, "isBP": false }, { "shortname": "cloth", "amount": 35.0, "isBP": false } ] } }, "Panther Baby Settings": { "Chance to get baby Panther from gathering": 10, "Baby Panther item skinID": 3469941871, "Baby Panther item name": "A Baby Panther", "Baby Panther groth minutes": 30, "Panther can breed.": true, "Panther breed chance.": 100, "Pantherger breed cooldown minutes.": 180, "Panther dung amount.": 2, "Panther gather age and items.": { "1": [ { "shortname": "bigcatmeat", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 2.0, "isBP": false }, { "shortname": "leather", "amount": 10.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "bigcatmeat", "amount": 2.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 20.0, "isBP": false }, { "shortname": "fat.animal", "amount": 4.0, "isBP": false }, { "shortname": "leather", "amount": 25.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ], "3": [ { "shortname": "bigcatmeat", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 30.0, "isBP": false }, { "shortname": "fat.animal", "amount": 6.0, "isBP": false }, { "shortname": "leather", "amount": 45.0, "isBP": false }, { "shortname": "cloth", "amount": 20.0, "isBP": false } ], "4": [ { "shortname": "bigcatmeat", "amount": 4.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 35.0, "isBP": false }, { "shortname": "fat.animal", "amount": 8.0, "isBP": false }, { "shortname": "leather", "amount": 60.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ], "5": [ { "shortname": "bigcatmeat", "amount": 5.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 40.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 75.0, "isBP": false }, { "shortname": "cloth", "amount": 35.0, "isBP": false } ] } }, "Crocodile Baby Settings": { "Chance to get baby Crocodile from gathering": 10, "Baby Crocodile item skinID": 3470285566, "Baby Crocodile item name": "A Baby Crocodile", "Baby Crocodile groth minutes": 30, "Crocodile can breed.": true, "Crocodile breed chance.": 100, "Crocodile breed cooldown minutes.": 180, "Crocodile dung amount.": 2, "Crocodile gather age and items.": { "1": [ { "shortname": "crocodilemeat", "amount": 1.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 10.0, "isBP": false }, { "shortname": "fat.animal", "amount": 2.0, "isBP": false }, { "shortname": "leather", "amount": 10.0, "isBP": false }, { "shortname": "cloth", "amount": 5.0, "isBP": false } ], "2": [ { "shortname": "crocodilemeat", "amount": 2.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 20.0, "isBP": false }, { "shortname": "fat.animal", "amount": 4.0, "isBP": false }, { "shortname": "leather", "amount": 25.0, "isBP": false }, { "shortname": "cloth", "amount": 10.0, "isBP": false } ], "3": [ { "shortname": "crocodilemeat", "amount": 3.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 30.0, "isBP": false }, { "shortname": "fat.animal", "amount": 6.0, "isBP": false }, { "shortname": "leather", "amount": 45.0, "isBP": false }, { "shortname": "cloth", "amount": 20.0, "isBP": false } ], "4": [ { "shortname": "crocodilemeat", "amount": 4.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 35.0, "isBP": false }, { "shortname": "fat.animal", "amount": 8.0, "isBP": false }, { "shortname": "leather", "amount": 60.0, "isBP": false }, { "shortname": "cloth", "amount": 25.0, "isBP": false } ], "5": [ { "shortname": "crocodilemeat", "amount": 5.0, "isBP": false }, { "shortname": "bone.fragments", "amount": 40.0, "isBP": false }, { "shortname": "fat.animal", "amount": 10.0, "isBP": false }, { "shortname": "leather", "amount": 75.0, "isBP": false }, { "shortname": "cloth", "amount": 35.0, "isBP": false } ] } }, "Version": { "Major": 1, "Minor": 3, "Patch": 0 } }
    $20.00
  12. Razor

    Npc Horses

    ya my bad
  13. Razor

    Npc Horses

    Run the command a ui will popup with the options. /npchorses
  14. Yes hit it with a hammer and some mettal and hq
  15. Razor

    Talking Npc Vendors

    No just globally for the player.
  16. Razor

    Talking Npc Vendors

    Do both npc's have the same conversation file?
  17. yes
  18. Version 1.3.1

    15 downloads

    Looking for a way for your players to craft and research some of them custom items you have? Check out the video to see how the ExtendedCrafting & ExtendedTechTree plugin works and take a look at the config & datafiles. Permissions needed for Admins extendedtechtree.admin Belt setup to have when clicking Add Item button { "Auto Add Items Created With Plugin ExtendedTeachTree": true, "Craft Settings": { "Craft Configs": { "2684773856182272": { "Permission Needed To Craft": "ExtendedTechTree.2684773856182272", "Group Needed To See In Craft Menu": null, "ItemID to craft": 963906841, "Item SkinID": 0, "Item Custom Name": "testrock", "Item Craft Time In Seconds": 60, "Amount Of Item To Craft": 1, "Required Workbench Level": 0, "Items Required To Craft": [ { "Item ItemID": 200773292, "Item SkinID": 0, "Item Custom Name": null, "Item Amount": 1 } ] } } }, "Version": { "Major": 1, "Minor": 3, "Patch": 1 } } { "Basic Settings": { "Box Image URL": "https://i.ibb.co/2nrLPF9/ui-box.png" }, "Version": { "Major": 1, "Minor": 3, "Patch": 1 } }
    $20.00
  19. Razor

    AutoFarm

    Ahh Crud i forgot to add it to autogenerate for now you can add them manualy to the config.
  20. I think just like the carbon compatibility option there should be one for AI generated content that stands out a little bit more so people are aware IDN maybe required if more then x percentage is AI generated.
  21. Land Flood was discontinued because of the world 2.0 update Allthow you could still use the plugin if you add ocean under the hole map with rust edit IDN what the effects would be..
  22. Razor

    Sound Box

    Version 2.1.0

    259 downloads

    Current API For Config "API URL to download stream lists": "https://api.myvector.xyz/stations.json" A plugin with an API to get streams off the internet to add to the default Rust radio list. This also includes streams in different languages and it filters them out when displaying to the user so only stations in their language are visible. MP3 do not loop back to beginning when playing .mp3 links.. You need to stop start the speaker to replay the song. MP3 Must be hosted where they can be direct linked to.. You can Currently host them with dropbox and use the share link. Dropbox function is not a guarantee as they could change this to block us. if you set TotalAllowedPlayerUrls = 0 It will only allow admin to add urls. // This was removed and only admins can now add url's Supports all languages supported by rust. if the api is down you can manualy unzip this file into the /data/ folder https://www.dropbox.com/scl/fi/nsa94jcanwuj6q8kjzsrh/StreamLists.zip?rlkey=bxzgcgnw8v7cantqsbkiilxcc&st=kvv66ez6&dl=0 Permission: soundbox.use soundbox.admin
    $12.00
  23. Version 1.0.2

    5 downloads

    This plugin allows players to create custom supply drops filled with their own items. See Config for all custom perms. { "Drop Settings": { "SkinID For Created Drop": 3377001149 }, "Drop Limits": { "Player Configs": [ { "Permission To Use": "CustomSupplydrops.vip", "Cooldown Minutes": 30, "Box Short Prefab Names Allowed To Convert": [ "woodbox_deployed", "box.wooden.large", "storage_barrel_a", "storage_barrel_b", "storage_barrel_c" ], "BlackListed Item Shortnames": [ "explosive.timed", "explosive.satchel", "ammo.rocket.basic" ], "BlackListed Item SkinIds": [] }, { "Permission To Use": "CustomSupplydrops.vip1", "Cooldown Minutes": 30, "Box Short Prefab Names Allowed To Convert": [ "woodbox_deployed", "box.wooden.large", "storage_barrel_a", "storage_barrel_b", "storage_barrel_c" ], "BlackListed Item Shortnames": [ "explosive.timed", "explosive.satchel", "ammo.rocket.basic" ], "BlackListed Item SkinIds": [] } ] }, "UI Settings": { "Button Anchor Min": "200.5 85.5", "Button Anchor Max": "350.5 106.5", "Button Background Color": "0.451 0.553 0.271 1", "Button Text Color": "0.659 0.918 0.2 1", "Error Anchor Min": "200.5 106.5", "Error Anchor Mxn": "200.5 127.5", "Error Background Color": "0.8 0 0 1", "Error Text Color": "1 1 1 1" }, "Version": { "Major": 1, "Minor": 0, "Patch": 1 } }
    $20.00
  24. Razor

    Npc Horses

    Meaning there is not a lot of people who will want to have all the horses marked on the map and the option would make the plugin heavy to keep moving a marker around on the map for each horse. Expeciualy if they have 30 of them on the map.
  25. Razor

    Npc Horses

    Sorry its not useful for you your map Its somthing i will not be implementing as its a one case use.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.8k

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.