SkyBlock v3 - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: SkyBlock v3 (/thread-1508.html) |
RE: SkyBlock v3 - Seadragon91 - 02-12-2017 @yoboykai I use schematic files for the island and the spawn tower. 1) Create a island with worldedit 2) Save it into a schematic file 3) Stop server 4) Copy it to Plugins/SkyBlock/schematics 5) Edit Config.Ini in Plugins/SkyBlock and set the the value of Island in section Schematic to the filename 6) Start server RE: SkyBlock v3 - yoboykai - 02-13-2017 If you don't mind me asking, how would I save my island to a schematic file? RE: SkyBlock v3 - Seadragon91 - 02-13-2017 You use the command //schematic from plugin WorldEdit. Maybe you need to add it first. From this main post: "The offset position, where you run //copy (WorldEdit), will be the location on which the player should spawn." RE: SkyBlock v3 - yoboykai - 02-13-2017 (02-13-2017, 05:03 AM)Seadragon91 Wrote: You use the command //schematic from plugin WorldEdit. Maybe you need to add it first. Thank you for all your help. RE: SkyBlock v3 - yoboykai - 02-18-2017 yoboykai (02-13-2017, 05:03 AM)Seadragon91 Wrote: You use the command //schematic from plugin WorldEdit. Maybe you need to add it first. I just installed this plugin, when I go to webadmin it says Failed to load file ._SkyBlock.lua. I added it to settings.ini Plugin=SkyBlock and I changed the name of the plugin from SkyBlock-master to SkyBlock. I also added Default world=skyblock. please help. RE: SkyBlock v3 - Seadragon91 - 02-18-2017 I just tested it. Adding a world requires a server restart. Stop server add world and start again. Also the line has to be Code: World=skyblock instead of Code: world=skyblock Doesn't like the small w. RE: SkyBlock v3 - yoboykai - 02-18-2017 (02-18-2017, 06:12 AM)Seadragon91 Wrote: I just tested it. Adding a world requires a server restart. Stop server add world and start again. RE: SkyBlock v3 - Seadragon91 - 02-18-2017 Does the console shows anything? RE: SkyBlock v3 - yoboykai - 02-18-2017 (02-18-2017, 06:43 AM)Seadragon91 Wrote: Does the console shows anything? yes on startup it shows this [20:38:50] Can't load plugin SkyBlock because of a load error in file Plugins/SkyBlock/._SkyBlock.lua: 3 (Plugins/SkyBlock/._SkyBlock.lua:1: unexpected symbol) RE: SkyBlock v3 - Seadragon91 - 02-18-2017 The file name is strange, it should be (default) "SkyBlock.lua", but that shouldn't be a problem. Can you post the first line of the file "._SkyBlock.lua"? |