Recent content by ysl3000

  1. ysl3000

    Question Server crash on Auto Save

    Update to build 148 or later. You are running a very early version of 1.21 with a lot of bugs that got fixed in later versions.
  2. ysl3000

    Paper 1.8.8 repositories

    Oh yeah seems like only 1.9.4+ is present their. :D So you need to build 1.8 yourself and install it into maven local.
  3. ysl3000

    Paper 1.8.8 repositories

    You mean the old group id. com.destroystokyo.paper To add to the topic. You will be on your own if you target outdated versions of MC and Paper. I recommend developing against 1.20.6 or better 1.21.
  4. ysl3000

    Paper 1.8.8 repositories

    The repo is the same just the group id changed over time.
  5. ysl3000

    .paper-remapped Problem!!

    The plugin author expects that the package still includes the arbitrary version. He should depend on API that is present for that.
  6. ysl3000

    How to use Title

    Just use it like that. player.showTitle(Title.title( Component.text("Hellow"), Component.text("sub"), Title.Times.times(Duration.ofSeconds(10), Duration.ofSeconds(300), Duration.ofSeconds(30)) ));
  7. ysl3000

    Question Skins not showing on server

    In server.properties search for online-mode
  8. ysl3000

    Question How do you make a velocity server allow a player to join using mods?

    If I remember right, Velocity cannot proxy a Mod Client to Mod Server connection. Correct me if my info is outdated.
  9. ysl3000

    New Years post

    Wonderfull to hear that news.
  10. ysl3000

    Question How to spawn NPCs?

    With underlying ai or just still standing?