#help-archived

1 messages ยท Page 226 of 1

quick arch
#

Because setting it to air will completely remove it

keen compass
#

alter the chunk map packet

quick arch
#

o

keen compass
#

remove it from that packet

#

and the client won't know any better

quick arch
#

Sounds like a bunch of work

keen compass
#

not really

quick arch
#

Will attempt that when I have time to do so

keen compass
#

could even use protocollib if you really don't want to mess with NMS yourself lol

quick arch
#

PacketWrapper is outdated, so nms is probably best case here

keen compass
#

the other way is to disguse the spawner as a armorstand instead

#

which the server will then hide it for you ๐Ÿ˜›

quick arch
#

๐Ÿค”

#

so how does that work

keen compass
#

same way in making custom entities

quick arch
#

chunk packet again?

#

o

#

that seems like more work

keen compass
#

most likely yes

#

lol

quick arch
#

wrapper for custom entities when

hoary cove
#

hello please answer me

#

paper server used spiggot plugins is allowed?

keen compass
#

go ask paper

#

why are you asking here

hoary cove
#

ah okx im just asking

#

๐Ÿ‘

keen compass
#

o.O

#

you don't know your own paypal?

winged sparrow
#

Your email will do

hoary cove
#

@rich quest

buoyant path
#

is there a way I can do Stream.collect() on an enums values and collect with one of the enums getters?

fast yarrow
#

ok, not an API help message.

Is there anyway that i can run a local test server on my pc but allow plugins to be edited while the server is running

keen compass
#

you have only two ways of doing that, either run the server in the IDE or use something like JRebel which is not free and don't know of any alternatives to that either.

winged sparrow
#

Why do you want to rick roll people who go to that address?

quick arch
#

They can, but not to external links

#

If they rename their repository, it'll redirect to that new repository

#

That cannot happen with GitHub, yes

#

That can however happen with fake links that are close to it

winged sparrow
#

lance, if you are that paranoid, just use a link checker before you click on links

#

No, you can't

#

That's a general link checker to see where shortened links or other links redirect to

#

Again, I think you're being a tad bit over-paranoid here

#

Spigot does not often have malicious software

#

Ok, where did it take you?

quick arch
winged sparrow
#

That's where it took me lol

quick arch
winged sparrow
#

just hover over a embed link to see where it leads

#

Well if you're that cautious, then you might want to right?

quick arch
#

^ Not much of a problem to a lot of us

winged sparrow
#

Spigot is one of the last places I'd expect to find malicious links. It's totally possible, but it's something that doesn't really happen

craggy geode
#

Hey, when I open my spigot server its not opening a console window, any suggestions?

winged sparrow
#

I mean I guess you can't be too careful but rest assured spigot is generally pretty safe

#

ยฏ_(ใƒ„)_/ยฏ

quick arch
#

no

craggy geode
#

Any suggestions on my issue?

wild ivy
#

My hosting service doesn't seem to keep the spigot jar updated very well...looking at the spigot webpage do I have to compile the jar on my own?

light zephyr
#

Using the "Voting Plugin" plugin I've been having trouble setting up the VotingSites.yml Trying this, it ends up sending out a failed to load message, plus when trying the /vote cmd i end up not having any links inside of the gui. Anyone able to help me out and fix up my .yml?

  PlanetMinecraft:
    Enabled: true
    Name: 'PlanetMinecraft.com'
    Priority: 6
    ServiceSite: planetminecraft.com
    VoteURL: 'https://www.planetminecraft.com/server/greekmc/vote/'
    VoteDelay: 24
    WaitUntilVoteDelay: false
    VoteDelayDaily: false
    ForceOffline: false
    Item:
      Material: COOKED_PORKCHOP
      Amount: 15
    Rewards:
      Commands:
        Console:
        - 'give %player% minecraft:cooked_porkchop{display:{Name:'[{"text":"Suspicious Meat","italic":false,"color":"light_purple","bold":true}]',Lore:['[{"text":"Thanks for voting on <greekmc> enjoy your extra food!"}]']},Enchantments:[{id:"minecraft:mending",lvl:1}]} 15'
      Messages:
        Player: '&aThanks for voting on %ServiceSite%!'
  MinecraftServers.org:
    Enabled: true
    ServiceSite: MinecraftServers.org
    VoteURL: 'https://minecraft-server-list.com/server/465713/vote/'
    VoteDelay: 24
    Item:
      Material: COOKED_PORKCHOP
      Amount: 15
    Rewards:
      Commands:
        Console: - 'give %player minecraft:cooked_porkchop{display:{Name:'[{"text":"Suspicious Meat","italic":false,"color":"light_purple","bold":true}]',Lore:['[{"text":"Thanks for voting on <greekmc> enjoy your extra food!"}]']},Enchantments:[{id:"minecraft:mending",lvl:1}]} 15'
      Messages:
        Player: '&aThanks for voting on %ServiceSite%!'```
quick turtle
#

Are you able to set blocks in an unloaded chunk

lilac gorge
#

Is there a way to .setChat or a way to mute players

quick arch
#

Are you able to set blocks in an unloaded chunk
no

lilac gorge
#

player.setChat(false); or somthin

winged sparrow
#

lol

#

Just cancel async chat event

lilac gorge
#

em how 2 do that, im not good

winged sparrow
#

@lilac gorge put players in a list or map if they're muted

lilac gorge
#

k

winged sparrow
#

and when they chat, if they're in the list, cancel the event

#

I'd store their uuid in the list

keen compass
#

@quick turtle technically yes you can, however you can't do so from the API. Would have to manipulate the region file itself to do it.

subtle wedge
#

Are there any plugins where players can disable messages that are listed in the plugin's config?

#

Like I want players to be able to disable messages that are set in the plugin's config allowing them to disable/enable those messages

light zephyr
#

Anyone able to solve my issue above