#Make Templates

1 messages · Page 1 of 1 (latest)

celest flare
#

Like for example, it will show a simple version of a spawn command and I can edit it and add to it.

brave stone
#

what

celest flare
#

And anyone in the community can make templates for starters!

brave stone
#

Idk if you're a beginner you should make scripts
That way you'll learn

celest flare
#

Showing examples for people to get better

brave stone
#

If you just get spoonfed everythin'
you wont really learn much

celest flare
#

That’s the thing

brave stone
#

It basically is

celest flare
#

It’s like half

#

just the beginning part

gusty valve
#

isn't this just what snippets is?

brave stone
#

Idk

celest flare
#

Snippets is anything

celest flare
#

Think about it

#

I start and watch tutorials and read the documentation

#

That still doesn’t do much

#

So I go and copy and paste a template

#

Then make what I want while remembering the beginning of a started script

#

What if I am not new but like a normal scripter, I want to get to be experienced. Let’s make a template that is like a fill in the blank.

#

“Suggestions don’t have to be added, they are just here. So no need of deletion or criticism because at the end of the day, it’s making the community stronger one piece at a time.” - Waffle

lean shuttle
#

I think #skript-snippets along with the examples that come pre generated with skript should be good. Shane also has a repo of more stuff

strong haloBOT
crystal hornet
#

i think what he means is something around the lines of component based logic, so instead of effects expressions etc it would consist of small bits of code to put together some logic

crystal hornet
#

Being honest this is hard and not really pratical for written code

BUT

I've had this idea in the back of my mind to make a drag and drop skript website, kinda like scratch but maybe more like blender nodes, this would easily allow for "snippets" of "code"

golden summit
#

@crystal hornet something like this?

#

(i hate my life cuz of this)

crystal hornet
#

yeah, are you making it?

golden summit
#

idk

#

maybe

#

wait lemme shower rq

#

The problem is that there is alot of stuff to add, all events etc. and im not sure if i want to do all that

#

😐

#

(also my current drag and drop code is dogshit, and it breaks 99% of the time D:)

crystal hornet
#

are you using skripthub's docs tool to get the elements?

golden summit
#

wait

#

does that exist 💀

#

lemme check

golden summit
crystal hornet
golden summit
#

oh wow

#

didnt even think of that

#

thank you

crystal hornet
#

np

golden summit
#

lemme use that instead :3

golden summit
#

Thank you, this is going to make my life unlimited times easier!! 😄

golden summit
#

Yess!!

golden summit
#

Well i imported all of them now, now just to fix all of the many errors 😄

#

Alright, the events are fixed now.

gusty valve
#

the hardest part though is being able to support any addon

crystal hornet
#

you could make each draggable element have some sort of button to show similar elements

#

how serious are you about making this anyway?

golden summit
#

on a scale from 1-10 probs a 4?

crystal hornet
#

now make it in rust

golden summit
#

nty 🙂

golden summit
#

D:

#

its so cute

#

🙂

crystal hornet
#

i have 2 that look like that, they're a bit bigger though and all they do is scream in anybody's presence

golden summit
#

D:

#

Anyways only thing I changed for now is a search bar 💀

crystal hornet
#

that looks nice

golden summit
#

Ig

#

this is gonna be such a pain

#

wait do i make it like this (dont mind my poor drawing skills)

it outputs it like this

on join:
    if something:
    if something:
#

because it might be better

crystal hornet
#

why not like scratch?

golden summit
#

idk

#

I like it more

#

I just gotta restart 😭

brave stone
#

so like scratch but for skript?

#

interesting

crystal hornet
golden summit
#

hm

golden summit
#

I currently have this (dont mind the white box i havent added styling)

gusty valve
#

i get where you're going with it but this isn't good because the order becomes vague

#

i myself now think these two steps are running in parallel

golden summit
#

hmm

#

Do i just use the previous one i had going on? or jakes idea?

golden summit
#

To be honest I think jakes idea would be the simplest for beginners, i'll probs start somewhere tommorow

brave stone
#

how about you do it like this?
(rough sketch)

#

or use the scratch-like code blocks (which is probably easier to use)

crystal hornet
#

you could make it like

( event ) -> ( send effect) -> ( give )
    |              |             |  |
    |              v             |  |
    |         ( a string )       |  |
    |                            |  |
( event-player )-----------------^  |
                               ( iron ingot)```
 but this looks more complicated than it should
golden summit
crystal hornet
#

i think my earlier idea is overall best as a starter

golden summit
#

^^

#

Same

crystal hornet
#

other stuff can be implemented later if you want

brave stone
#

lemme check it out

crystal hornet
#

you want to, right?

brave stone
golden summit
#

Yes ofcourse :)!!

golden summit
#

😄

crystal hornet
#

btw what are you making this in

gusty valve
golden summit
#

simply html, css & js

#

its nothing special

brave stone
#

I'd probably use a framework for something like this, but you do you :D

#

you're at least using jQuery though, right?

golden summit
#

..

brave stone
#

RIGHT!?

crystal hornet
crystal hornet
golden summit
#

Hmm ill just stick to the scratch like code blocks, it's easy to understand etc.

#

and make a second style as jake said later

vapid osprey
#

If it allows me to import addon that is

golden summit
#

Ill probs do something likethat, i havent touched it in a while tho

crystal hornet
#

there's potential in it

golden summit
#

yea

golden summit
#

Alright, í'm continueing again..

celest flare
#

Professional yappers

#

Tbh I didn’t even know people were still responding to this

crystal hornet
#

Interesting topic

radiant osprey
#

i agree its def interesting tbh

spiral olive
#

I would use this tho

sturdy glacier
chrome field
#

I feel like the main reason I learned was because I WASNT spoon fed how to do things

#

it encouraged me to read docs

crystal hornet
#

some people fear that word

#

wanna be spooky?

#

docs

vapid osprey
#

But I don't do that because stealing code makes me feel better

crystal hornet
vapid osprey
crystal hornet
vapid osprey
crystal hornet
#

never said it was illegal

vapid osprey
#

Its not illegal?

crystal hornet
#

????

vapid osprey
#

Damn that removed some fun

#

I often scrape old code and update it

#

To use it personally

#

Or sometime release it

crystal hornet
#

nice

sturdy glacier
#

lol

spiral notch
# golden summit this is gonna be such a pain

could you make it work with reflect somehow? maybe in an advanced mode only. It's a very important tool for skripting (able to use paper methods that aren't in addons and integrate with plugins)

#

would need to get all methods and be able to attach them onto expressions/variables

#

I would totally use this, and yeah I agree scratch ui is best

#

you should make a thread for this in #1019709064621600808