Two Requests!

jfleming40

New Member
Member
Jan 5, 2015
1
0
1
I'm looking for two specific plugins.

1. A plugin that will spawn resources ALL over the map. My camp likes to build way off where there is nothing and so do others. We think it would be great if there was a mod that spawned animals, rocks, and piles of wood there.

2. A plugin that allows us to change the recipe for items. I know we can modify what's in airdrops and such, but I'd like one that allows us to change what goes into items. For instance, a sleeping bag is 15 cloth, I'd like to make it 5 cloth. A metal door is 200 metal fragments, I'd like to make it 100. C4 takes 15 explosives, I want to make it 30... and so on. Is this possible?

Thanks in advance.
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
1: Would probably lag the server having to spawn the items over and over.
2: Could be possible but I think its client side, not really sure
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
I'm looking for two specific plugins.

1. A plugin that will spawn resources ALL over the map. My camp likes to build way off where there is nothing and so do others. We think it would be great if there was a mod that spawned animals, rocks, and piles of wood there.

2. A plugin that allows us to change the recipe for items. I know we can modify what's in airdrops and such, but I'd like one that allows us to change what goes into items. For instance, a sleeping bag is 15 cloth, I'd like to make it 5 cloth. A metal door is 200 metal fragments, I'd like to make it 100. C4 takes 15 explosives, I want to make it 30... and so on. Is this possible?

Thanks in advance.
I guess for the first one the best way would be of you would use a command which gets your location and saves it to an ini.

After that a timer should handle the radius over the saved locations, and randomizing the X and Z coordinates in the extra radius and spawning the entities.

2.

Ehh. Well ... Would be possible i guess as soon as 1.0.8 comes out and @mikec added the OnCrafting event to It. With that we could cancel the crafting event, if the player is crafting C4 and doesn't have the required amount.
 

Snake

Moderator
Moderator
Jul 13, 2014
288
174
28
I'm looking for two specific plugins.

1. A plugin that will spawn resources ALL over the map. My camp likes to build way off where there is nothing and so do others. We think it would be great if there was a mod that spawned animals, rocks, and piles of wood there.

2. A plugin that allows us to change the recipe for items. I know we can modify what's in airdrops and such, but I'd like one that allows us to change what goes into items. For instance, a sleeping bag is 15 cloth, I'd like to make it 5 cloth. A metal door is 200 metal fragments, I'd like to make it 100. C4 takes 15 explosives, I want to make it 30... and so on. Is this possible?

Thanks in advance.
1. Would be cool, I have some ideas in mind. But may spawn under rocks, etc etc etc... Lots of possible "bugs" that need hard work.

2. Not possible right now, but you could achieve it using commands, like :

/sleepingbag

Checks if you have x cloth in your inventory. If so, it deletes x cloth and gives you a sleeping bag.