Minecoll_YT Posted May 28, 2021 Share Posted May 28, 2021 Hey! I've been working with skript for several years(~3 years) and wanted to help some people out here, so just post your small idea under this post. If someone is interested into something bigger just add me on discord: Jonas L. | Minecoll_YT#0741 Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 28, 2021 Share Posted May 28, 2021 4 minutes ago, Minecoll_YT said: Hey! I've been working with skript for several years(~3 years) and wanted to help some people out here, so just post your small idea under this post. If someone is interested into something bigger just add me on discord: Jonas L. | Minecoll_YT#0741 make text that appears in minecraft, not in chat, in block form Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 28, 2021 Author Share Posted May 28, 2021 Just now, AgentGamerPro said: make text that appears in minecraft, not in chat, in block form Not sure what you mean Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 28, 2021 Share Posted May 28, 2021 Just now, Minecoll_YT said: Not sure what you mean so like /type <text> itll take the argument and build the text with blocks (stone or smth) like /text abc will create blocks in the world spelling out "abc" Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 28, 2021 Author Share Posted May 28, 2021 Oh, not sure but its seems kinda hard because I have to define how every letter is looking. And where should the text appear? In the looking direction of the player? I think something else would be better, sorry but your idea is not worth it Link to comment Share on other sites More sharing options...
belac136 Posted May 28, 2021 Share Posted May 28, 2021 Just a question with skripting. How do I drop an item on the ground (with skript) that has mending but it doesnt have the mending lore on it? Can you do that? Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 29, 2021 Author Share Posted May 29, 2021 13 hours ago, Dragon-Master said: Just a question with skripting. How do I drop an item on the ground (with skript) that has mending but it doesnt have the mending lore on it? Can you do that? If you have Skellett installed you can use: drop a dirt of mending 1 with hidden enchantments at {_location} Link to comment Share on other sites More sharing options...
belac136 Posted May 29, 2021 Share Posted May 29, 2021 I added Skellett but this still doesnt work every 25 second: if {gens} is true: if {nl} is set: drop a nether brick item named "&6Dark Copper&f" with mending 1 with hidden enchantments 0.5 above {nl} Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 29, 2021 Share Posted May 29, 2021 23 minutes ago, Dragon-Master said: I added Skellett but this still doesnt work every 25 second: if {gens} is true: if {nl} is set: drop a nether brick item named "&6Dark Copper&f" with mending 1 with hidden enchantments 0.5 above {nl} Make sure {nl} is set as a location. You can try this every 25 seconds: if {gens} is true: if {nl} is set: set {_loc} to {nl} add 0.5 to y-coordinate of {_loc} drop a nether brick item named "&6Dark Copper&f" with mending 1 with hidden enchantments at {_loc} Send any errors Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
belac136 Posted May 29, 2021 Share Posted May 29, 2021 it still doesnt work but also I have the location already set on place nether brick: if {genplace} is true: set {nl} to location of event-block's location every 25 seconds: if {gens} is true: if {nl} is set: drop nether a brick item named "&6Dark Copper" with mending 1 0.5 above {nl} Link to comment Share on other sites More sharing options...
AgentGamerPro Posted May 29, 2021 Share Posted May 29, 2021 3 minutes ago, Dragon-Master said: it still doesnt work but also I have the location already set on place nether brick: if {genplace} is true: set {nl} to location of event-block's location every 25 seconds: if {gens} is true: if {nl} is set: drop nether a brick item named "&6Dark Copper" with mending 1 0.5 above {nl} could you send the errors? also try "set {nl} to event-block's location" Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
iigage Posted May 29, 2021 Share Posted May 29, 2021 You should make a "high-tech" trading system Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 29, 2021 Author Share Posted May 29, 2021 5 hours ago, Dragon-Master said: I added Skellett but this still doesnt work every 25 second: if {gens} is true: if {nl} is set: drop a nether brick item named "&6Dark Copper&f" with mending 1 with hidden enchantments 0.5 above {nl} of mending 1 not with mending 1 Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 29, 2021 Author Share Posted May 29, 2021 2 hours ago, iigage said: You should make a "high-tech" trading system High-Tech Trading System? Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 29, 2021 Author Share Posted May 29, 2021 I'm thinking of selling advanced skripts or just for helping the skript community, so I created a new discord server: https://discord.gg/pzyRpk6v8D I'm not sure if this is allowed to post a discord server here, but I couldn't find the forum rules, if this is forbidden then please just delete this thread. Thanks Link to comment Share on other sites More sharing options...
belac136 Posted May 30, 2021 Share Posted May 30, 2021 I tried that, its in the skript somewhere else. But this still doesn't work. (Here is the error) every 25 seconds: if {gens} is true: if {nl} is set: drop nether brick item named "&6Dark Copper&f" of mending 1 with hidden enchantments 0.5 above {nl} Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 30, 2021 Author Share Posted May 30, 2021 Try: drop nether brick item named "&6Dark Copper&f" of mending 1 with hidden enchants flag 0.5 above {nl} Link to comment Share on other sites More sharing options...
Lapzzo2 Posted May 31, 2021 Share Posted May 31, 2021 Hey, how do I make it so I can spawn mobs at certain coords that are frozen and cant be hit. I also want them to be named "Test". I also want it so when rightclicked it makes the player execute a command using "execute player command" which I can change in the skript. If this is possible please post it below and i can change the coords, mob and name. I am using TuSKe, skelette, SKquery and skript. Thanks. EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE e [Default] Lapzzo: Joined 2nd of July 2020 eee e [VIP] Lapzzo: VIP 25th of April 2021 eee EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Link to comment Share on other sites More sharing options...
belac136 Posted May 31, 2021 Share Posted May 31, 2021 Oh my freaking gosh. I had it in the wrong order... This works every 25 second: if {gens} is true: if {nl} is set: drop a nether brick item of mending 1 with hidden enchantments named "&6Dark Copper&f" 0.5 above {nl} Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 31, 2021 Author Share Posted May 31, 2021 (edited) 9 hours ago, Lapzzo said: Hey, how do I make it so I can spawn mobs at certain coords that are frozen and cant be hit. I also want them to be named "Test". I also want it so when rightclicked it makes the player execute a command using "execute player command" which I can change in the skript. If this is possible please post it below and i can change the coords, mob and name. I am using TuSKe, skelette, SKquery and skript. Thanks. command /createnpc: trigger: spawn a villager at location(70, 65, -246, world) set name of last spawned entity to "&e&lTEST" apply slowness 255 without particles to last spawned entity for 9999 days on damage: if name of victim is "&e&lTEST": cancel event on right click on entity: if name of clicked entity is "&e&lTEST": make player execute command "say hey" but it still can be pushed Edited May 31, 2021 by Minecoll_YT Link to comment Share on other sites More sharing options...
Minecoll_YT Posted May 31, 2021 Author Share Posted May 31, 2021 (edited) 4 hours ago, Dragon-Master said: Oh my freaking gosh. I had it in the wrong order... This works every 25 second: if {gens} is true: if {nl} is set: drop a nether brick item of mending 1 with hidden enchantments named "&6Dark Copper&f" 0.5 above {nl} Bruh, I didn't even notice that Edited May 31, 2021 by Minecoll_YT Link to comment Share on other sites More sharing options...
Lapzzo2 Posted June 1, 2021 Share Posted June 1, 2021 14 hours ago, Minecoll_YT said: but it still can be pushed Is there a way to make it so it cant be pushed, and I want it to be a guardian so is there a way I can disable there damage? EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE e [Default] Lapzzo: Joined 2nd of July 2020 eee e [VIP] Lapzzo: VIP 25th of April 2021 eee EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Link to comment Share on other sites More sharing options...
Lapzzo2 Posted June 1, 2021 Share Posted June 1, 2021 And I want one to be an enderman so how do I disable enderman teleporting? EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE e [Default] Lapzzo: Joined 2nd of July 2020 eee e [VIP] Lapzzo: VIP 25th of April 2021 eee EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Link to comment Share on other sites More sharing options...
Lapzzo2 Posted June 1, 2021 Share Posted June 1, 2021 Can i fix it by just doing if damage cause is enderman: or if damage cause is guardian: ? EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE e [Default] Lapzzo: Joined 2nd of July 2020 eee e [VIP] Lapzzo: VIP 25th of April 2021 eee EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Link to comment Share on other sites More sharing options...
Lapzzo2 Posted June 1, 2021 Share Posted June 1, 2021 Im sure maybe we can make it have no ai EEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE e [Default] Lapzzo: Joined 2nd of July 2020 eee e [VIP] Lapzzo: VIP 25th of April 2021 eee EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now