Better snowballs and eggs plugin

Discussion in 'Plugin Requests' started by FreyNox, Jul 9, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    FreyNox

    Server Version: paper 1.8.8

    Suggested Name: Better Projectile

    What i want: i want that snowballs and eggs can pass through nonsolid blocks like grass (not the block) tall grass, flowers ,vines ,cobwebs ,sugarcane ,crops etc . just like arrow

    Ideas for commands: no idea for the command.

    Ideas for permission : no ideas for permission

    Can anyone make it plsss

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 10, 2021
  2. Offline

    Bigtruck2

  3. Offline

    FreyNox

  4. Offline

    Shqep

    He kinda shaded the entire craftbukkit 1.8.8 jar in his plugin lol. Don't know if that's going to cause problems cus duplicate classes ¯\_(ツ)_/¯
     
  5. Offline

    Bigtruck2

    yep that's it here's the plugin without the jar https://github.com/Bigtruck2/BetterEggsAndSnow/releases/tag/v2 i usually use maven but couldn't for 1.8.8
     
  6. Offline

    Shqep

    Spigot's OSS.

    HTML:
    <repository>
        <id>spigot-repo</id>
        <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
    </repository>
    
    <dependencies>
        <!-- If you use spigot api -->
        <dependency>
            <groupId>org.spigotmc</groupId>
            <artifactId>spigot-api</artifactId>
            <version>1.8-R0.1-SNAPSHOT</version>
        </dependency>
    
        <!-- If you use bukkit api -->
        <dependency>
            <groupId>org.bukkit</groupId>
            <artifactId>bukkit</artifactId>
            <version>1.8-R0.1-SNAPSHOT</version>
        </dependency>
    </dependencies>
    
     
Thread Status:
Not open for further replies.

Share This Page