I NEED SLEEPING BAG EXPLOIT FIX

juauv

New Member
Member
Sep 21, 2014
9
0
1
I NEED THE PLUGIN SLEEPINBAGEPLOITFIX, he nee work in magma 1.1.3 or in fougerite PLEASE PLEASE
MY SERVER HAVE MAGMA (FOR OLD PLUGINS) AND FOUGERITE , I NEED ONLIY SLEEPINGBAGEXPLOITFIX
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
JavaScript:
function On_EntityDeployed(Player, Entity) {
    if (Entity.Name == "SleepingBagA"){
        Player.Message("Sleeping bags are banned from this server!");
        Entity.Destroy();
        Player.Inventory.AddItem("Cloth", 15);
        Player.InventoryNotice("+ 15 Cloth");
    }
    else if (Entity.Name == "SingleBed"){
        Player.Message("Beds are banned from this server!");
        Entity.Destroy();
        Player.Inventory.AddItem("Cloth", 40);
        Player.Inventory.AddItem("Metal Fragments", 100);
        Player.InventoryNotice("+ 40 Cloth");
        Player.InventoryNotice("+ 100 Metal Fragments");
    }
}
This has Beds and Sleepingbags, It will remove the entity and give back the items used to create them.

If you are disabling SleepingBags then I assume you'll need a /sethome mod. You can use @DreTaX HomeSystem mod (Which has the option the to bans beds). http://fougerite.com/resources/homesystem.13/
 
Last edited:
  • Informative
Reactions: DreTaX

CorrosionX

Plugin Developer
Plugin Developer
Sep 3, 2014
212
85
18
California
I still dunno why are u using Magma.

Sent from my Samsung Galaxy S4
He could have a GSP that hasn't added Fougerite as a mod option for Rust. There are several that still don't know about it. Should have a list of GSP's in the wikia that have added Fougerite. If someone knows...let me know and Ill add them to it.
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
He could have a GSP that hasn't added Fougerite as a mod option for Rust. There are several that still don't know about it. Should have a list of GSP's in the wikia that have added Fougerite. If someone knows...let me know and Ill add them to it.
- Streamline, In their Mods section
- Gameservers.com, You have to ask for it but they do it pretty quickly.
 
  • Informative
Reactions: CorrosionX