
DonGiovanni
Member-
Content Count
15 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout DonGiovanni
-
Rank
Newbie
-
Oh sorry, looks like I didn't explain myself well! I installed then deleted SkVault as I just wanted to test a script. Then the problems started. Anway, this time I deleted ALL plugins, and now the server is back to normal! thank you Centrec for suggesting me to delete plugins, it has proven effective! Looks like I should have stopped the server before installing plugins.
-
Ok! First, here is the link: https://pastebin.com/t2fXPrJc Also, the bit you said about a plugin not working properly seems to be true, as this occurred ever since I installed SkVault and deleted it.
-
DonGiovanni started following Update placeholder API, My server keeps going offline, New line feature in skript 2.5 for options and 4 others
-
Hello, I have been recently having problems with my server going offline. I tried hibernating it for a while and repairing files, but that didn't work. Anyone know what's going on/how to help? To be more specific, it tends to go offline quicker after entering a command and getting no response. Thanks for replies!
-
Ah I see! After further research I have found skript functions could do something similar to options, and they can be longer than a line so I will use a function instead. It would look something like this: function a: set {n} to 1 while {n} is not 10: add 1 to {n} send "%{n}%" to player So if anyone else runs into this problem, I recommend using functions.
-
I was wondering if anyone knew how to make new lines in skript for options as I know you can make 1 line of code into an option like this: options: a:set {n} to 10 But I wanted to make several lines of code into 1 option, so something like this: options: a: set {n} to 1 while {n} is not 10: add 1 to {n} send "%{n}%" to player Thanks for reading!
-
Oh that’s funny, looks like it’s working again! Must have been a temporary glitch! So yeah, if you see this I have found it to be working again!
-
Hello, thank you for reading this, I know this should be a post for the SkUnity forums, but I am currently unable to login to SkUnity so I decided to post this here.Before SkUnity started using 'Arc' (click the blue circle at the bottom left of the screen on this page: https://parser.skunity.com/skt/AFKholo) the SkUnity parser was my go-to place for correcting small errors before testing the script in game. Now, I don't know if 'Arc' has anything to do with this, but the next day, the parser stopped working, and kept greeting me with the same message within the 'parse results' tab:
-
Yes, so a splash potion of harming say level 10, rather than the usual level 1 or 2, and I though it would be possible since you can apply potion effects to levels like 10.
-
Hi, I am unsure of how to create potions (in item form) with different levels in skript. technical details: (I have included versions of skript and the addons I’m using here) Plugins in use: bStats multiverse Core player server plugin metrics skellet (skript addon) V1.95a-minehut skript v2.5-beta2-MH skquery (skript addon) v3.6.4MH This worked: command /go: trigger: add
-
Enchanting items with random enchantments not working!
DonGiovanni replied to DonGiovanni's topic in Discussion
Ah pefect! Thank you a lot, I was wondering how to make skript parse it as an enchantment type, this will solve a whole lot of my other problems. Also quick reply! -
Hello, I have recently been having problems with enchanting items in skript. Any help would be appreciated! technical details: (I have included versions of skript and the addons I’m using here) Plugins in use: bStats multiverse Core player server plugin metrics skellet (skript addon) V1.95a-minehut skript v2.5-beta2-MH skquery (skript addon) v3.6.4MH Now for the issue! The scope of my script is to add a sword with a random enchantment in a chest. I used this as a stand-alone script to test features for a Skywars loot generator.
-
Ah yes, forgot to add that I will next time!
-
I would like the 'fake block' plugin to be added (https://www.spigotmc.org/resources/fakeblock.12830/) as it would add an interesting plugin that can make things appear different for different players! This is great for showing statues of a player, for example, as then each player can see a statue of themselves!
-
I have been notified there is an update available for Holographic displays. If you could update it that would be great, it is always nice to be running the latest version!
- 1 reply
-
- update
- holographic
-
(and 1 more)
Tagged with:
-
I would like placeholder API to be updated, as I have noticed one of the plugins I am using (citizens) doesn't seem to be working when using citizens. Also a lot of plugins depend on placeholder API so I guess that would fix a few issues.