[7DTD] Add Crossplay parameter and variables needed for upcoming 2.0 version - #179
[7DTD] Add Crossplay parameter and variables needed for upcoming 2.0 version#179ScattyNatalie wants to merge 6 commits into
Conversation
|
Also as with my other pr, I don't have a ptero panel setup in order to export a ptero egg. |
| "name": "7 Days To Die", | ||
| "author": "kristoffer.norman@bahnhof.se", | ||
| "uuid": "b7a88721-15c1-4081-beed-e3add926a372", | ||
| "uuid": "b1545a0f-f8ba-41dc-9afc-3020696c08be", |
There was a problem hiding this comment.
| "uuid": "b1545a0f-f8ba-41dc-9afc-3020696c08be", | |
| "uuid": "b7a88721-15c1-4081-beed-e3add926a372", |
UUID don't change between Pterodactyl & Pelican
| "rules": [ | ||
| "required", | ||
| "string", | ||
| "in:true,false" | ||
| ] |
There was a problem hiding this comment.
| "rules": [ | |
| "required", | |
| "string", | |
| "in:true,false" | |
| ] | |
| "rules": [ | |
| "required", | |
| "boolean" | |
| ] |
There was a problem hiding this comment.
boolean for us is 0 and 1 not true and false
| "rules": [ | ||
| "required", | ||
| "string", | ||
| "in:true,false" | ||
| ] |
There was a problem hiding this comment.
| "rules": [ | |
| "required", | |
| "string", | |
| "in:true,false" | |
| ] | |
| "rules": [ | |
| "required", | |
| "boolean" | |
| ] |
| "rules": [ | ||
| "required", | ||
| "string", | ||
| "in:true,false" | ||
| ] |
There was a problem hiding this comment.
| "rules": [ | |
| "required", | |
| "string", | |
| "in:true,false" | |
| ] | |
| "rules": [ | |
| "required", | |
| "boolean" | |
| ] |
|
Alright ill work on those right now. Also no idea why it changed the uuid |
|
If there's any other changes you would like to me to just let me know. |
|
Actually when I put true or false it says this: And this is with the Boolean rule. 1 or 0 works but not true or false |
you dont edited the original egg and created a new one |
in:true,false you have an example there. Scroll down :) |
|
There adding in the in:true,false seemed to fix it |
|
Is this planned to be updated for pterodactyl users as well? |
Yes it should be. |
|
@CuteNatalie If you want, you can try using this tool I recently made to convert your Pelican Egg to a Ptero Egg for inclusion in your PR: https://redthirten.github.io/scramble-egg-converter/ If not, we can also convert it after the merge as well. |
|
Can I try this out now or is it not ready yet? |
|
Uploaded the ptero version |
Also yes it should be good to try out |
|
Before you responded I actually went ahead to try it anyway and converted it with the posted tool to Ptero, but when I try to create a server I get invalid data on the variables that need to be true or false. Apparently they aren't set to one of those 2 values when they are, maybe I can be advised what I'm doing wrong. |
Description
Checklist for all submissions