Search results

  1. Leonidius

    NukkitX repository: dependency not found

    Now it works, thank you!
  2. Leonidius

    NukkitX repository: dependency not found

    I actually tried this new repo and I'm getting the same result. But now my "<project" opening tag in pom.xml is highlighted in red and it says: Failed to read artifact descriptor for cn.nukkit:nukkit:jar:1.0-SNAPSHOT Dependency's version is highligted in red as well, just like before. Also...
  3. Leonidius

    NukkitX repository: dependency not found

    I'm trying to add NukkitX as a library to my plugin in IntelliJ IDEA, so i copied the code from this page and pasted it to my pom.xml file. <repositories> <repository> <id>nukkit-repo</id> <url>https://repo.nukkitx.com/snapshot</url> </repository>...
  4. Leonidius

    Trading Interface — Shop GUI

    Leonidius updated Trading Interface with a new update entry: Update 1.0.1 Read the rest of this update entry...
  5. Leonidius

    Trading Interface — Shop GUI - Update 1.0.1

    Fixed an error, which appeard when player responded to a form created by another plugin.
  6. Leonidius

    Trading Interface — Shop GUI

    I have fixed this in the 1.0.1 update. It is still waiting for approval on this site, but you can use this direct link to download it: https://github.com/Leonidius20/TradingInterface/releases/download/1.0.1/TradingInterface.jar Thanks for the report!
  7. Leonidius

    StackOverflowException when showing a form to a player - solution

    Long story short: you can't use objects as your form's class' fields. If your form is an object of your own class, which extends FormWindowSimple, FormWindowCustom or FormWindowModal, and one (or more) of your class' fields are objects, you will get this error. You can only use primitive types...
  8. Leonidius

    Trading Interface — Shop GUI

    Leonidius submitted a new resource: Trading Interface - Shop system based on graphic interface Read more about this resource...
  9. Leonidius

    Trading Interface — Shop GUI 2.0.0

    Trading Interface is a shop system with graphical interface! Features: ★ Buying and selling items & shop management through an intuitive interface; ★ Support for items with enchantments, custom names & lores; ★ The list of items, available for buying, is divided into categories for convenience...
  10. Leonidius

    Trading Commands

    Leonidius updated Trading Commands with a new update entry: 1.0.3 Update Read the rest of this update entry...
  11. Leonidius

    Trading Commands - 1.0.3 Update

    Fixed price calculation for items with discounts.
  12. Leonidius

    Trading Commands

    Leonidius updated Trading Commands with a new update entry: Update 1.0.2 Read the rest of this update entry...
  13. Leonidius

    Trading Commands - Update 1.0.2

    - Fixed the bug with players' names in transactions logs.
  14. Leonidius

    Trading Commands

    Leonidius updated Trading Commands with a new update entry: Update 1.0.1 Read the rest of this update entry...
  15. Leonidius

    Trading Commands - Update 1.0.1

    - Returned transactions logging - Fixed a bug with prices in sell list.
  16. Leonidius

    Trading Commands - Update 1.0.0

    Added discount system. Now you can change color of messages in config. Removed some unnecessary options from config. Added Ukrainian language. Bug fixes and improvements.
  17. Leonidius

    Trading Commands

    Leonidius updated Trading Commands with a new update entry: 1.0.0 Update Read the rest of this update entry...
  18. Leonidius

    Informator

    Leonidius submitted a new resource: Informator - Customize join, leave, death, kick and ban messages Read more about this resource...
  19. Leonidius

    Informator - Informator

    Informator plugin allows you to customize join, leave and death messages. You can change their color and display type (display in chat, popup or not to display). Also this plugin adds messages about bans and kicks. You can customize them too. Read more about setting this plugin up in the...
Top