Search results

  1. veddnt

    Discord List of all the achievements.

    Here is the list of all the achievements that you can get. 1. Initiator Send your first message in the server. Reward: 100 silver 2. Thousand Words Achieve the milestone of sending 1000 messages. Reward: 1000 silver 3. Chatterbox Reach the milestone of sending 2500 messages. Reward: 5000...
  2. veddnt

    Testing POLL

    This is the text that is sent in seperate message below the poll
  3. veddnt

    [GUIDE] Disable Death msg.

    Those people who want to disable death msg stop voting for number 2 and code this instead( while you are at it vote for number 3) Credits to @AtomSeis
  4. veddnt

    [GUIDE] Plot system

    Heya, this guide will show you how to code a plot system( Skilled+ required): Go to "0,0,0" Coordinates and make a 16x16 plot: (Sorry for the quality of image) Now make a walls using any block over the yellow concrete max height can be 10 blocks. Code: Formatted Code: # Player Join Game...
  5. veddnt

    [GUIDE] Chat prefix for ranks( Different methods)

    Heya, in this guide we will be discussing about the different methods for creating chat prefix, No one likes too many if-else. 1st method- This method includes using only one variable for handling player prefix. You just have to change the variable value and DONE! You can change the value of...
  6. veddnt

    Top leaderboard using Arrays.

    Howdy, this is a thread regarding top leaderboard. This implemented code is using arrays. # Player Join Event Player event(Join) -> If variable NOT exists(%player%_arrIndex(saved)) -> Increment variable(GlobalIndex(saved)) -> Set variable(%player%_arrIndex(saved) = GlobalIndex) ->...
  7. veddnt

    Useful mods and website for C+

    Symbol List Note: Can't find the symbol you are looking for? Head to here Custom Alphabet ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz Circled Numbers ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ ⓪ ⓫ ⓬ ⓭ ⓮ ⓯ ⓰ ⓱ ⓲ ⓳ ⓴ ➊ ➋ ➌ ➍ ➎ ➏ ➐ ➑ ➒ ➓ ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾ ❿ ➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ Closed Numbers...
  8. veddnt

    [GUIDE] Random NPC dialogue

    Heya, in this guide i will not be covering how to spawn npc/entity. This guide will help you create(send) random NPC dialogue, let's get started. Raw code- Player event( Chat msg.) -> If player name equals( Your ign) -> If player msg equals( @Generate-Arrays) -> Create Array( NPC-Dialogue, add...
  9. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    Below is the code written in a format used by most of the coding language's, it is to avoid confusion and ease of read. Those who don't like it can scroll down and see the raw code. # Player event: Join Player event(Join) -> # Check if the %player%_Mail variable does not exist If...
  10. veddnt

    Test

    hmmm
  11. veddnt

    How to NOT create a game. [Part: 1] [GUIDE]

    1. Choosing a BAD color theme -> Having a color(good) throughout your game makes it look good and polished and is always a nice thing to have. I've, we all've seen those flashy colors choice taken straight out of 2010 and slapped on the scoreboard or some messages, it looks disgusting... I mean...
  12. veddnt

    100th Post

    eh, add more content to c+ instead of your p2w skyblock <3 *999th message aswell
Top