#(BillGates) github
93 messages · Page 1 of 1 (latest)
(BillGates) github
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
so, tryna clone the repo, this shows up
i already have an empty folder with dCommands name that was created automatically
there's a chance that it already created a repo there
on my pc its empty
can you screenshot the whole window
on the actual github page it has things
like your github desktop thingy
in the upper left corner
yeah you have it already lol
there's already the repo
if theres files upstream already (you said there are) you just need to pull them now
but idk what an unborn head is
might try clicking that dropdown list with publish branch?
github desktop tries to make it all really easy
nothing happens when i click on it
how did you add it the first time? O.o
not entirely sure, it just happened
yeah probs
i mean you could just delete the folder and retry
your script file?
yeah, do i change it directly with github, or do i have to re-upload it every time?
that's called "commit"
you edit the file locally
and can then commit it
which will be then "uploaded" to github
so, this thing?
yes that
but, as for now, you can't test the script right?
because it's in a GitHub/dCommand folder
yeah
so what you can do is
creating a local test server for that specific project
and then symlink the script folder to your dCommands folder
which contains the script
wot
in short: with symlink you make your minecraft server think, Documents/GitHub/dCommands is the Denizen/scripts folder
||or just use the script folder itself as your repo and live like chaos :D||
couldnt i just test the script like normal, and then only send it to github when its alr done?
yeah
yeah, you can do that too lol
only difference is you dont have to move the file later lol
thats way easier lmao
you end up having more work
when you decide to reconstruct your script and use less files
you have to delete them manually
maybe later i'll try doing that, now im struggling even with the ui
its a tiny learning curve, youll get it
ye
short lived
also i didnt get how the commit thing worked, i dont seem to be able to send files there
i hope xD
edit your dCommands.dsc
make a change to it
and then save the file
you will then see stuff like this
under changes
oh man! vscode already does that by itself
Yeah, vscode can do it too
that stuff is really helpful to keep track to your changes
here's a little manual for dis
- Create a local test server and install Denizen
- Delete the scripts folder in /plugins/Denizen
- Open your command line as administrator (search cmd in windows search, right click it, run as administrator)
- Navigate to your /plugins/Denizen folder via
cd C:\path\to\testserver\plugins\Denizen - and create the symlink via
mklink /D scripts C:\Users\YourNameICantType\Documents\GitHub\dCommands
when you start your server up, it will look for the script files in dCommands
You probably have Hidden files enabled in your windows explorer settings
these 3 settings changes are imo basically obligatory any time you set up a new winderps install
show hidden, un-hide extensions, un-hide os files
did it like the photo, suddenly a .git folder appeared
but the script file not opening i fixed by deleting the folder and recloning