Search results

  1. MCmitNoah

    Question My string farm doesn't work

    String duping has been fixed by paper but they recently added a config option to re enable it. You seem to have a version that is too outdated so I suggest you to update and try again.
  2. MCmitNoah

    New Years post

    Thanks to the members of the paper team for their hard work to make plugin development more enjoyable!
  3. MCmitNoah

    Question Logging statically

    Totally fine if you ask me.
  4. MCmitNoah

    Question permission issues

    Hello, do you check if the executor has the specific permission or just op? do you have a code snipped for us to show which command should be allowed to use. If you use the default minecraft permissions try giving them the "minecraft.command.ban" permission.
  5. MCmitNoah

    Question Question about permissions

    Hello, so I am currently working on a plugin with my firends and I use the player.hasPermission() method to check if a player has the required permission. Now I am asking if there is a way to check if a player has a child permission but not the parent permission. I know its sounds weird but...