Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
peace wrote:▼LukeM wrotei use bucket mostly and then i have white dojo bg if i remeber corectly id 564 and sometimes it wont fill when i place th eblock after some actions also !fill stop is a bit broken i used fill solid acidentaly when i needed global it starte dfilling the hwole work with the bclok so i kept repeating !fill stop but nope only sended me the the message sayign it stopped but it went on and on so i went up and changed the fill block to 0 and clicked on block then it frozen/crahsed
Not sure what you mean with the bg, it seems to always work for me... Are you queueing up a lot of placements? It could just be that its waiting for other placements to finish before it starts filling?
And fill stop only stops blocks that haven't been placed yet so it only works for the bucket tool (as they are placed in real time, rather than all placed at once), if you want to stop already placed blocks use !blockqueue clear
i got it you have to clear selectioon to make fill bucket work
thanks hg for making this much better and ty for my avatar aswell
Offline
sorry for double post but maby lukem you coudl add an !nundo command for if you **** up some numbers wiht your seletion move orso this way you dont have to save everytime if you do a risk move tih a command or if you forgot to save and move wrong
thanks hg for making this much better and ty for my avatar aswell
Offline
sorry for double post but maby lukem you coudl add an !nundo command for if you **** up some numbers wiht your seletion move orso this way you dont have to save everytime if you do a risk move tih a command or if you forgot to save and move wrong
I was thinking about that a while ago, not sure if I'll actually do it yet though... It should definately be possible, but I'm not sure how easily I will be able to integrate it with the plugin system...
Can't do it at the moment though, I have exams for most of June, I guess I'll think about it after that.
Offline
peace wrote:sorry for double post but maby lukem you coudl add an !nundo command for if you **** up some numbers wiht your seletion move orso this way you dont have to save everytime if you do a risk move tih a command or if you forgot to save and move wrong
I was thinking about that a while ago, not sure if I'll actually do it yet though... It should definately be possible, but I'm not sure how easily I will be able to integrate it with the plugin system...
Can't do it at the moment though, I have exams for most of June, I guess I'll think about it after that.
okay and what about a !selection remove (it just uses block id 0 to clear it away)
thanks hg for making this much better and ty for my avatar aswell
Offline
okay and what about a !selection remove (it just uses block id 0 to clear it away)
I think !fill should be enough (I'm going to make it slightly easier to use in the next version)
Plus if I added a !selection remove command people might confuse it with !selection clear command, which would be bad
Offline
peace wrote:okay and what about a !selection remove (it just uses block id 0 to clear it away)
I think !fill should be enough (I'm going to make it slightly easier to use in the next version)
Plus if I added a !selection remove command people might confuse it with !selection clear command, which would be bad
yeah but if you tilled too mcuh orso... i curently had an isue where i had to remove a selection so i just moved an empty space of same size on it
thanks hg for making this much better and ty for my avatar aswell
Offline
▼LukeM wrote:yeah but if you tilled too mcuh orso... i curently had an isue where i had to remove a selection so i just moved an empty space of same size on it
Couldn't you just fill solid with id 0? That wouldn't take very long would it?
Offline
peace wrote:▼LukeM wrote:yeah but if you tilled too mcuh orso... i curently had an isue where i had to remove a selection so i just moved an empty space of same size on it
Couldn't you just fill solid with id 0? That wouldn't take very long would it?
solid fills the hwole world as ive seen once (i told you aabout ealier) global is just per block and bucket doesnt work if you tilled switches things as you dont have much of same block connected
thanks hg for making this much better and ty for my avatar aswell
Offline
LukeM wrote:▼peace wrote:Couldn't you just fill solid with id 0? That wouldn't take very long would it?
solid fills the hwole world as ive seen once (i told you aabout ealier) global is just per block and bucket doesnt work if you tilled switches things as you dont have much of same block connected
All the fill commands are restricted to your selection though, so if you have the area selected you can remove just that using !fill solid, it only fills the whole world if you have nothing selected.
Offline
is it posisble to have an !selection rotate and that you can rotate in 45° 90° 135° 180° 225° 270° and 315° 180 ° coudl alo just mirror it
thanks hg for making this much better and ty for my avatar aswell
Offline
Um... Probably wouldn't be able to do the 45° etc rotations because that would mess up the grid, but 90° etc and mirroring should be fairly easy. Although not sure if it would be able to rotate blocks (e.g. arrows)... PlugIt currently just knows that this id with these args is here, not what they actually mean, this means that it is incredibly easy to keep up to date as new blocks don't require any changes. Adding block rotations would mean that I would have to create and maintain a table of block information, which I'm not sure I want to do
(Note: Yet again, won't be for at least a month or so as I have exams)
Offline
Um... Probably wouldn't be able to do the 45° etc rotations because that would mess up the grid, but 90° etc and mirroring should be fairly easy. Although not sure if it would be able to rotate blocks (e.g. arrows)... PlugIt currently just knows that this id with these args is here, not what they actually mean, this means that it is incredibly easy to keep up to date as new blocks don't require any changes. Adding block rotations would mean that I would have to create and maintain a table of block information, which I'm not sure I want to do
(Note: Yet again, won't be for at least a month or so as I have exams)
ive thhougt so about the arrows thing but that coudl easily be tiled to the new one wasnt sure if the 45° was poss too but just funny if it was
thanks hg for making this much better and ty for my avatar aswell
Offline
okay sory for grav dig but lukem basically if you don thav eedit and you have permmission L4 you can till 'edit' you can make a selection with !selection then use !selection move/copy/tile thanks to tijmenitj for doing it once in my world before i removed his permission level
thanks hg for making this much better and ty for my avatar aswell
Offline
okay sory for grav dig but lukem basically if you don thav eedit and you have permmission L4 you can till 'edit' you can make a selection with !selection then use !selection move/copy/tile thanks to tijmenitj for doing it once in my world before i removed his permission level
Yes, this is intended. Permission level 4 is meant to be a 'you can do anything you want' role, although it would be cool to integrate the system with EE permissions if I actually get around to redoing this
Offline
peace wrote:okay sory for grav dig but lukem basically if you don thav eedit and you have permmission L4 you can till 'edit' you can make a selection with !selection then use !selection move/copy/tile thanks to tijmenitj for doing it once in my world before i removed his permission level
Yes, this is intended. Permission level 4 is meant to be a 'you can do anything you want' role, although it would be cool to integrate the system with EE permissions if I actually get around to redoing this
ture but he was at levle 4 while i didnt know porbbaly from some other time in my bot he didint do anything harmfull other then moveing a single block in th eborder away until i set his permission level to 0 and replaced it myself you shouldallowe poeple to do !selection because hence now i think of it (forgot it exited) its usefull to take slections form otherworlds wihtotu edit but you shoudl only allow moving/copying/tiling wiht edit+lvl required
thanks hg for making this much better and ty for my avatar aswell
Offline
how would i set up the groups module to automatically give a certain group edit on join?
alternatively, what is a command i can use provided the groups module is on and i have permission level 4 to give myself edit?
suddenly random sig change
Offline
how would i set up the groups module to automatically give a certain group edit on join?
alternatively, what is a command i can use provided the groups module is on and i have permission level 4 to give myself edit?
If you only want it to do it on join then you just need "!group add someGroup oninit /ge_%name%", if you also want it to add / remove edit when you add / remove people from the group then also use "!group add someGroup onadd /ge_%name%" and "!group add someGroup onremove /re_%name%"
Edit: 'oninit' in the first command means it will also run when the bot joins and the player was already in the world, if you don't want this then use 'onjoin' instead
Offline
destroyer123 wrote:None currently known, if you find one, please let me know
Did you ever test your project before publishing it to public?
Lol learn to quote.
hi lukem got another PC (windows 10 and using IE) now i wanted to open your plugit but the site doesnrt exist anymore? nor th eplugin selector one
thanks hg for making this much better and ty for my avatar aswell
Offline
hi lukem got another PC (windows 10 and using IE) now i wanted to open your plugit but the site doesnrt exist anymore? nor th eplugin selector one
When I first started making my website I decided against trying to support IE as it was supposed to be an enjoyable project, and I think attempting to support IE would probably make me go insane
I would have expected it to at least load though... No clue why its saying the website doesn't exist...
Anyway, I'd advise Firefox, or if you really have to use a preinstalled browser, then use Edge
Offline
peace wrote:hi lukem got another PC (windows 10 and using IE) now i wanted to open your plugit but the site doesnrt exist anymore? nor th eplugin selector one
When I first started making my website I decided against trying to support IE as it was supposed to be an enjoyable project, and I think attempting to support IE would probably make me go insane
I would have expected it to at least load though... No clue why its saying the website doesn't exist...Anyway, I'd advise Firefox, or if you really have to use a preinstalled browser, then use Edge
this is what it says( note you have to translate things) Deze pagina is niet bereikbaar
•Controleer of het webadres https://lukesthings.com juist is
•Met Bing zoeken naar deze site
•Vernieuw de pagina
Meer informatie Meer informatie
Er is verbinding gemaakt met de website maar er zijn geen gegevens van de website ontvangen.
Foutcode: INET_E_DATA_NOT_AVAILABLE
thanks hg for making this much better and ty for my avatar aswell
Offline
▼LukeMthis is what it says( note you have to translate things) Deze pagina is niet bereikbaar
•Controleer of het webadres https://lukesthings.com juist is
•Met Bing zoeken naar deze site
•Vernieuw de paginaMeer informatie Meer informatie
Er is verbinding gemaakt met de website maar er zijn geen gegevens van de website ontvangen.
Foutcode: INET_E_DATA_NOT_AVAILABLE
If I didn't make myself clear:
My website just doesn't work on IE, and I don't care enough about IE to fix it
IE was replaced by Edge a few years ago, so if you're using Windows 10, theres really no reason to be using IE anymore (either install another browser like Firefox, or just use the preinstalled Edge)
Offline
peace wrote:▼LukeMthis is what it says( note you have to translate things) Deze pagina is niet bereikbaar
•Controleer of het webadres https://lukesthings.com juist is
•Met Bing zoeken naar deze site
•Vernieuw de paginaMeer informatie Meer informatie
Er is verbinding gemaakt met de website maar er zijn geen gegevens van de website ontvangen.
Foutcode: INET_E_DATA_NOT_AVAILABLE
If I didn't make myself clear:
My website just doesn't work on IE, and I don't care enough about IE to fix itIE was replaced by Edge a few years ago, so if you're using Windows 10, theres really no reason to be using IE anymore (either install another browser like Firefox, or just use the preinstalled Edge)
yeah but you said it should atleast load so i showed you what it says if i try to load it
thanks hg for making this much better and ty for my avatar aswell
Offline
▼LukeMyeah but you said it should atleast load so i showed you what it says if i try to load it
Ah ok, by "I would have expected it to at least load though" I didn't mean to imply that its working for me (I get the same error when I load it in IE)
Offline
[ Started around 1732966945.4327 - Generated in 0.141 seconds, 12 queries executed - Memory usage: 1.84 MiB (Peak: 2.13 MiB) ]