Search results

  1. Z

    Automatic Bow

    @The_Creeeper What's with the plugin.yml? It doesn't match the Overview page at all, and doesn't even have you as the author. name: AutomaticBow main: com.Main api: ["1.0.0"] version: '1.0.0' description: test author: lol
  2. Z

    Spider-Abilities

    plugin.yml still shows v1.3.5, not 1.3.6
  3. Z

    Basic Relics

    Please fix the "Compatible API versions". It says 1.16, which does not exist. The current API for the NukkitX 1.0.x branch is 1.0.11 "This server is running Nukkit version git-2751f1a "" (API 1.0.11)"
  4. Z

    MobPlugin

    @PetteriM1 What's with the 10x increase in size with this update? Last version zipped was 254K, this version is 2.2M.
  5. Z

    FireLiquidRestriction

    Huh, I never noticed that. You're the only plugin dev I've seen doing that. Spigot, Pocketmine, and all the other spoons all use plugin.yml as the standard.
  6. Z

    Double Jump

    Sure, but a "double-jump" means to jump, then jump again in mid-air. This plugin does not do that. This is a super jump plugin.
  7. Z

    [Deleted] NoFieldDestroy

    Typo in your plugin.yml name: NoFieldDestory
  8. Z

    SimpleTeleporter

    Yeah, this plugin really should be removed from here until it actually works properly.
  9. Z

    DeviceDisplayName

    "nukkit 1.14.6" is not an API version, that is a server version. The API version is going to be 1.0.0 - 1.0.9 or 2.0.0. The difference is very important, especially for 2.0.0 API.
  10. Z

    FireLiquidRestriction

    Is there a reason you use nukkit.yml in your plugins instead of plugin.yml?
  11. Z

    Floating Kills

    You should bump the version when you update it. This is still at 1.0
  12. Z

    SimpleTeleporter

    The same problem exists. Teleport up works fine (it shows the successful message twice though), but going down takes me to the bottom pad instead of the middle in that picture I posted before.
  13. Z

    ServerMail

    Almost, but not quite. You are not checking for a Case Insensitive match for the gamer tag, so the mail is still never received. UserName should also match by username
  14. Z

    Double Jump

    This is more like a jet pack forward burst. It's so powerful you take damage when landing. Double-jump means a mid-air jump.
  15. Z

    SimpleTeleporter

    This does not work properly. I can teleport up from the bottom and middle pads. However, I can only teleport down from the top pad, and it takes me to the bottom one instead of the middle one and then it still shows "No teleportation was found" after it teleported me. If I remove the top...
  16. Z

    ServerMail

    There is no plugin.yml in the .jar file, nor on GitHub. **EDIT - you named it nukkit.yml, not plugin.yml github.com/popkechupki/ServerMail/blob/master/src/main/resources/nukkit.yml Even after I added one, it does not work. I compiled using Java 8. Errors on startup: May 16 12:21 [Server] FATAL...
  17. Z

    I NEED HELP WITH RESOURCE PACKS!!!

    I was searching all over for this. The instructions here helped, but were missing vital information: 1. Nukkit looks for .zip or .mcpack (just a renamed .zip file) in the main server folder under resource_packs 2. Do not include another folder in the zip. This is what it looked like when I...
  18. Z

    WorldGuard

    Any chance of getting a Java 8 compatible version? Upgrading to Java 11 will surely break many other plugins.
  19. Z

    ItemGIVE

    I'm not sure you actually meant to include the nukkit.jar in this plugin. You should probably remove it. It makes the plugin quite large, and is probably against the TOS for Nukkit. # unzip -v ItemGive.jar Archive: ItemGive.jar Length Method Size Cmpr Date Time CRC-32 Name...
  20. Z

    RSWeapon

    v1.6.6 is in the releases of that github.
Top