Jump to content

MinecraftMan1013

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by MinecraftMan1013

  1. Hello! I am offering Skript services paid and free (mostly free tho)! Contact me on discord (MinecraftMan1013#7242) if you would like me to Skript anything for you! I have been doing Skript for a few years, and am experienced with a bunch of addons.

  2. 2 hours ago, _Tarna_ said:

    You need to enable server members intent on the discord dev portal. Not in the code. On the dev portal for your bot, go to the bot tab. Then scroll down to the part where it says Privileged Gateway Intents.

    image.thumb.png.c1608ee6eb74c2cf1e177eed94f8888e.png

    You should see that there. Enable that and restart the server. 

    I turned that on and the bot is still offline. I also restarted the server.

  3. 21 minutes ago, _Tarna_ said:

    Are you sure you have Server Members Intent enabled for the bot? Try putting in the bot name and bot token manually instead of using the options. A few months ago I tried using options for a vixio bot token and it didn't work. Try just manually putting them in instead. 

    I put the bot name and bot token in manually. Still offline. Currently, I have 

    on script load:
    	create vixio bot:
    		enable the guild members intent
    		enable the guild bans intent
    		enable the guild emojis intent
    		enable the guild invites intent
    		enable the guild voice states intent
    		enable the guild presences intent
    		enable the guild messages intent
    		enable the guild message reactions intent
    		enable the direct messages intent
    		enable the direct message reactions intent
    		enable the direct message typing intent

     

    When I put this,

    enable the server members intent

    it says unknown.

  4. On 11/9/2020 at 8:47 PM, _Tarna_ said:

    You said it was working a few days ago but not now. Did you change anything in the skript since then? Also check the discord dev portal to see if server members intent is enabled for the bot.

    No, I have not. I am making a new bot application and restarting the bot. I'll let you know if it works.

     

    EDIT: It did not work.

     

  5. Hello,

    I am coding a bot using the Skript addon Vixio. My bot was working a few days ago and it suddenly just stopped working. I made sure that the token was correct. Here is my code

     

    options:
    	Bot Prefixes: .
    	Main Bot Prefix: .
    	Bot Name: HighSkyFlys Helper
    	Bot Token: [Not included]
    
    
    on script load:
    	create vixio bot:
    		enable the guild members intent
    		enable the guild bans intent
    		enable the guild emojis intent
    		enable the guild invites intent
    		enable the guild voice states intent
    		enable the guild presences intent
    		enable the guild messages intent
    		enable the guild message reactions intent
    		enable the direct messages intent
    		enable the direct message reactions intent
    		enable the direct message typing intent
    		login to "{@Bot Token}" with the name "{@Bot Name}"
    		set {BotStatus} to false
    
    
    
    on chat:
    	send "%player%: %message%" to channel with id "774409395127189546" with "{@Bot Name}"
    
    on guild message received:
    	if discord id of event-channel is "774409395127189546":
    		broadcast "&f[&bDiscord&f] %discord name of event-user%: %event-message%"
    
    
    every 1 second:
    	if {BotStatus} is false:
    		set {BotStatus} to true
    		mark "{@Bot Name}" as playing "on HighSkyFly! Join me on HighSkyFly.minehut.gg!"
    		wait 15 seconds
    		mark "{@Bot Name}" as watching "all you kids out there"
    		wait 15 seconds
    		set {BotStatus} to false
    
    discord command help:
    	prefixes: {@Bot Prefixes}
    	trigger:
    		create embed:
    			set description of embed to ":postbox: **I sent you a list of things I can do in your DMs, %mention tag of event-user%!**"
    		send last created embed to event-channel with event-bot
    		wait 1 second
    		create embed:
    			set title of the embed to "** {@Bot Name}'s Help Menu**"
    			set the color of embed to red
    			add field named " " with value " " to embed
    			add field named "**Commands**" with value "**{@Main Bot Prefix}help** - DM you this help menu %nl% **{@Main Bot Prefix}status** - Get the status of the Minecraft server %nl% **{@Main Bot Prefix}golem** - " to embed
    		send last created embed to event-user with event-bot
    
    
    
    discord command status:
    	aliases: stats
    	prefixes: {@Bot Prefixes}
    	trigger:
    		create embed:
    			set color of embed to green
    			set title of the embed to "HighSkyFly Server Stats"
    			add field named "**Status:** Online" with value " " to embed
    			add field named "**Players Online:**" with value "%{PlayersOnline}%" to embed
    		send last created embed to event-channel with event-bot
    
    
    
    discord command purge <number>:
    	prefixes: {@Bot Prefixes}
    	trigger:
    		grab the last arg-1 messages in event-channel
    		purge the grabbed messages with event-bot
    		grab the last 1 messages in event-channel
    		send ":white_check_mark: Succesfully purged **%arg-1%** messages from **%event-channel%**!" to event-channel with event-bot

    On top of that, when it was working, everything the bot send was duplicated. The only thing that was not duped was the chat from MC to discord (Discord to MC was duped tho). Other than that, every message was sent twice.

     

    Please help, as I would really like to continue working on my bot!

     

    Thanks,

    MinecraftMan1013

  6. 34 minutes ago, ChunkerDunkers said:

    Hello! So currently, this is a glitch with the newest Minecraft Update. A fix that I have found is that if you get the Citizens Plugin (NPC), it can change the way they look and for them to move. Hope this helps!

    I actually have the Citizens plugin installed, but so far it does nothing really. Is there some sort of option in the config I should change?

  7. Hello Minehut community,

    I have LP and EssentialsChat installed, and I have the prefixes set up in the permissions (Example: Owner Prefix = &f[&4Owner&f] ), but when I type in chat, no prefix shows. This is the same case for all ranks. Any suggestions on how to fix this problem???

×
×
  • Create New...