HomeJavaModsFunGun
Fun Gun known from the multiplayer server HiveMC. This plugin is highly configurable. I recommend to use FunGun with the ItemSet plugin

See Wiki for detailed information.

fungun_demo_small.png

Commands:
/get [player] [material] [lore]... gives player a fungun with pre-defined behaviour
/apply [lore]... applies fungun behaviour to current item in hand

Permissions:

fungun.command.get permission to use get command
fungun.command.apply permission to use apply command
fungun.use permission to use fungun

Config:
There is currently no standalone configuration option. Use ItemSet to configure funguns or the fungun api (FunGunBehaviourBuilder) to configure funguns programmaticly.

Use the /itemset give <item id> [player name] command to give funguns.

ItemSet:
HTML:
<itemset>
    <item-definition>
        <item id="minimal-fungun" name="FunGun" item-factory="de.tantalos.fungun.itemSet.FunGunFactory" />
        <item id="fungun" name="FunGun" item-factory="de.tantalos.fungun.itemSet.FunGunFactory">
            <arg>effect=LAVA_POP </arg>
            <arg>effect=HEART </arg>
            <arg>sound=ENTITY_CAT_AMBIENT </arg>
            <arg>material=BLAZE_ROD </arg>
        </item>
        <item id="sword-fungun" name="FunGun" item-factory="de.tantalos.fungun.itemSet.FunGunFactory">
            <arg>material=DIAMOND_SWORD </arg>
            <arg>effect=POTION_SWIRL </arg>
        </item>
    </item-definition>
</itemset>

For more options (e.g. filters) see ItemSet

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

FunGun is a free Minecraft Java mod. Compatible with Minecraft 1.11. Downloaded 384 times (via Spigot). Download it and open it directly in the game.

Explore more