RedstoneFuture / missilewars

MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
https://www.spigotmc.org/resources/62947
GNU General Public License v3.0
13 stars 9 forks source link

Feature request: Add .schem schematic support #125

Closed pjindras closed 9 months ago

pjindras commented 9 months ago

FAWE schematics are saved as .schem files,

I reworked the rockets with noteblocks to keep it working, but I found this "issue".

RedstoneFuture commented 9 months ago

Both should already be working.

https://github.com/RedstoneFuture/missilewars/blob/68c2c7ccb8f3edb33a1b2b139439aab79edb897a/missilewars-plugin/src/main/java/de/butzlabben/missilewars/game/schematics/objects/SchematicObject.java#L33-L34

".schematic" should still be usable in WorldEdit and FAWE.

pjindras commented 9 months ago

I tried .schem schematics, but they werent working, I had to convert them using https://puregero.github.io/SchemToSchematic/, .schem missiles werent found in the file

RedstoneFuture commented 9 months ago

Have you tested it with WE or FAWE? I know that it works with FAWE.

RedstoneFuture commented 9 months ago

FAWE can paste a .schematic correctly.

grafik

Und MissileWars support both file formats too:

grafik

  schematics:
   # A:
  - egg: "BLAZE"
    down: 2
    dist: 2
    schematic: "Cruiser.schem"
    name: "&eCruiser (.schem)"
    occurrence: 2
   # B:
  - egg: "BLAZE"
    down: 2
    dist: 2
    schematic: "Cruiser.schematic"
    name: "&eCruiser (.schematic)"
    occurrence: 2
RedstoneFuture commented 9 months ago

Do they not paste or do they not fly? What exactly do you mean by "doesn't work"?

pjindras commented 9 months ago

Sorry, I found the problem now and fixed them. It works good, I only forgot to change it to .schem in arena config.